projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
482cccd
)
XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels
author
Daniel Dunbar
<daniel@zuster.org>
Fri, 7 Aug 2009 20:50:58 +0000
(20:50 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Fri, 7 Aug 2009 20:50:58 +0000
(20:50 +0000)
motivated to fix it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78406
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC++/2006-11-06-StackTrace.cpp
patch
|
blob
|
history
diff --git
a/test/FrontendC++/2006-11-06-StackTrace.cpp
b/test/FrontendC++/2006-11-06-StackTrace.cpp
index 6dcbc4d13314dc208a68993eebe6db9eb197a8c2..e83a87f02fc494320e1865a3d3b35e55e0312c16 100644
(file)
--- 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>