diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-19 19:08:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-19 19:08:13 +0000 |
commit | dc2b987abb5f453216ac66281241c101d83dceb6 (patch) | |
tree | 52f41547513844e893aad402adfd10e5f0d4eecf /llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | |
parent | 05a868f7af4e0fd3d3fd7d163db25a28d54ae195 (diff) | |
download | bcm5719-llvm-dc2b987abb5f453216ac66281241c101d83dceb6.tar.gz bcm5719-llvm-dc2b987abb5f453216ac66281241c101d83dceb6.zip |
This test works again for Darwin because a patch was reverted.
llvm-svn: 61254
Diffstat (limited to 'llvm/test/FrontendC++/2006-11-06-StackTrace.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp index 26f47885e40..d1b60c9b59a 100644 --- a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/llvm/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> |