aboutsummaryrefslogtreecommitdiffstats
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
commite275659138f3b6e3ce45508857150f9f9254adae (patch)
tree27ff7197213bb72e3d9a0dd6000c6e98f1e668c7
parent04de3249615d6ad6d03c8836a57d4dceb443ee9f (diff)
downloadexternal_llvm-e275659138f3b6e3ce45508857150f9f9254adae.zip
external_llvm-e275659138f3b6e3ce45508857150f9f9254adae.tar.gz
external_llvm-e275659138f3b6e3ce45508857150f9f9254adae.tar.bz2
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
-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 6dcbc4d..e83a87f 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>