summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2006-11-06-StackTrace.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-07 20:50:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-07 20:50:58 +0000
commitef80fe10251e52808ca92934dcb917fac798dbe2 (patch)
tree27ff7197213bb72e3d9a0dd6000c6e98f1e668c7 /test/FrontendC++/2006-11-06-StackTrace.cpp
parent482cccd37e71ad69845d954b548bd46c2ee15155 (diff)
downloadllvm-ef80fe10251e52808ca92934dcb917fac798dbe2.tar.gz
llvm-ef80fe10251e52808ca92934dcb917fac798dbe2.tar.bz2
llvm-ef80fe10251e52808ca92934dcb917fac798dbe2.tar.xz
XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels
motivated to fix it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2006-11-06-StackTrace.cpp')
-rw-r--r--test/FrontendC++/2006-11-06-StackTrace.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp
index 6dcbc4d133..e83a87f02f 100644
--- a/test/FrontendC++/2006-11-06-StackTrace.cpp
+++ b/test/FrontendC++/2006-11-06-StackTrace.cpp
@@ -10,8 +10,9 @@
// RUN: gdb -q -batch -n -x %t.in %t.exe | \
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
-// Only works on ppc, x86 and x86_64. Should generalize?
-// XFAIL: alpha|arm
+// Only works on ppc (but not apple-darwin9), x86 and x86_64. Should
+// generalize?
+// XFAIL: alpha|arm|powerpc-apple-darwin9
#include <stdlib.h>