[llvm-commits] [llvm] r61254 - /llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
Bill Wendling
isanbard at gmail.com
Fri Dec 19 11:08:24 PST 2008
Author: void
Date: Fri Dec 19 13:08:13 2008
New Revision: 61254
URL: http://llvm.org/viewvc/llvm-project?rev=61254&view=rev
Log:
This test works again for Darwin because a patch was reverted.
Modified:
llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
Modified: llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-06-StackTrace.cpp?rev=61254&r1=61253&r2=61254&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-06-StackTrace.cpp Fri Dec 19 13:08:13 2008
@@ -10,10 +10,8 @@
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
// Only works on ppc, x86 and x86_64. Should generalize?
-// XFAIL: alpha|ia64|arm
-
-// FIXME: Un-XFAIL this test when debug stuff is working again.
-// XFAIL: *
+// FIXME: Un-XFAIL this test for Linux when debug stuff is working again.
+// XFAIL: alpha|ia64|arm|linux
#include <stdlib.h>
More information about the llvm-commits
mailing list