summaryrefslogtreecommitdiffstats
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
commitbfdd58e103373ebc0fbe83bfc39b9e2a7543e1c7 (patch)
treea7853821731939eee16696295a7cff4cf6bdd3ff
parent86ec7bae4f2b1054b36799a4c69c26100571cb8e (diff)
downloadbcm5719-llvm-bfdd58e103373ebc0fbe83bfc39b9e2a7543e1c7.tar.gz
bcm5719-llvm-bfdd58e103373ebc0fbe83bfc39b9e2a7543e1c7.zip
XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels
motivated to fix it. llvm-svn: 78406
-rw-r--r--llvm/test/FrontendC++/2006-11-06-StackTrace.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp
index 6dcbc4d1331..e83a87f02fc 100644
--- a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp
+++ b/llvm/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>
OpenPOWER on IntegriCloud