mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Debugging is now reenabled on PPC darwin, so reenable
these tests (they pass). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e80f403e2
commit
ab847e7acb
@ -8,9 +8,7 @@
|
||||
// RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
|
||||
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}
|
||||
//
|
||||
// XFAIL: alpha,arm,powerpc-apple-darwin
|
||||
// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
|
||||
// that platform.
|
||||
// XFAIL: alpha,arm
|
||||
|
||||
struct Pubnames {
|
||||
static int pubname;
|
||||
|
@ -6,9 +6,6 @@
|
||||
// RUN: gdb -q -batch -n -x %t2 2009-02-17-BitField-dbg.o | \
|
||||
// RUN: tee 2009-02-17-BitField-dbg.out | grep "int a : 4"
|
||||
//
|
||||
// XFAIL: powerpc-apple-darwin
|
||||
// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
|
||||
// that platform.
|
||||
|
||||
struct {
|
||||
int a:4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user