summaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-18 22:13:31 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-18 22:13:31 +0000
commit82c19ae10a1486176b031dad41a4c22087fbde99 (patch)
tree1457eaf53db4371a001f9866f56f0ae6e1813c26 /test/FrontendC++
parent98c206921a4b2ee7c6d9f67e88ff5ba9a9a12f69 (diff)
downloadllvm-82c19ae10a1486176b031dad41a4c22087fbde99.tar.gz
llvm-82c19ae10a1486176b031dad41a4c22087fbde99.tar.bz2
llvm-82c19ae10a1486176b031dad41a4c22087fbde99.tar.xz
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++')
-rw-r--r--test/FrontendC++/2006-11-06-StackTrace.cpp5
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>