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 | 82c19ae10a1486176b031dad41a4c22087fbde99 (patch) | |
tree | 1457eaf53db4371a001f9866f56f0ae6e1813c26 /test/FrontendC++/2006-11-06-StackTrace.cpp | |
parent | 98c206921a4b2ee7c6d9f67e88ff5ba9a9a12f69 (diff) |
Re-XFAIL this test until debug stuff settles down.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2006-11-06-StackTrace.cpp')
-rw-r--r-- | test/FrontendC++/2006-11-06-StackTrace.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp index 9d2fda3ae9..26f47885e4 100644 --- a/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/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> |