summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-19 19:08:13 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-19 19:08:13 +0000
commit94920c123a056bdbdb58733a40f14d93b35b1d1b (patch)
tree31e6a1486d7bd303900af9aac9104f7cd6d996b8 /test/FrontendC++
parent95ca7314fdb8a9c92cd18cb54af7e320ca02913d (diff)
downloadexternal_llvm-94920c123a056bdbdb58733a40f14d93b35b1d1b.zip
external_llvm-94920c123a056bdbdb58733a40f14d93b35b1d1b.tar.gz
external_llvm-94920c123a056bdbdb58733a40f14d93b35b1d1b.tar.bz2
This test works again for Darwin because a patch was reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2006-11-06-StackTrace.cpp6
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 26f4788..d1b60c9 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>