diff options
Diffstat (limited to 'test/FrontendC++/2006-11-06-StackTrace.cpp')
-rw-r--r-- | test/FrontendC++/2006-11-06-StackTrace.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp index 26f47885e4..d1b60c9b59 100644 --- a/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -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> |