diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-18 22:13:31 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-18 22:13:31 +0000 |
commit | 4c13e77d49b901b2dd385b3eeb4e4a0ec4692b42 (patch) | |
tree | 251aa3480b2d3aa4b5a26adcaa45f8bd6377c554 /llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | |
parent | c4ce336205573913ea85c7578ea05e63151579ed (diff) | |
download | bcm5719-llvm-4c13e77d49b901b2dd385b3eeb4e4a0ec4692b42.tar.gz bcm5719-llvm-4c13e77d49b901b2dd385b3eeb4e4a0ec4692b42.zip |
Re-XFAIL this test until debug stuff settles down.
llvm-svn: 61219
Diffstat (limited to 'llvm/test/FrontendC++/2006-11-06-StackTrace.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp index 9d2fda3ae98..26f47885e40 100644 --- a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -10,7 +10,10 @@ // RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)} // Only works on ppc, x86 and x86_64. Should generalize? -// XFAIL: alpha|ia64|arm|linux +// XFAIL: alpha|ia64|arm + +// FIXME: Un-XFAIL this test when debug stuff is working again. +// XFAIL: * #include <stdlib.h> |