mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-22 11:42:42 +00:00
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
This commit is contained in:
parent
482cccd37e
commit
ef80fe1025
@ -10,8 +10,9 @@
|
|||||||
// RUN: gdb -q -batch -n -x %t.in %t.exe | \
|
// RUN: gdb -q -batch -n -x %t.in %t.exe | \
|
||||||
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
|
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
|
||||||
|
|
||||||
// Only works on ppc, x86 and x86_64. Should generalize?
|
// Only works on ppc (but not apple-darwin9), x86 and x86_64. Should
|
||||||
// XFAIL: alpha|arm
|
// generalize?
|
||||||
|
// XFAIL: alpha|arm|powerpc-apple-darwin9
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user