Debugging is now reenabled on PPC darwin, so reenable

these tests (they pass).

llvm-svn: 95263
This commit is contained in:
Dale Johannesen 2010-02-03 22:24:49 +00:00
parent b0695ef011
commit 0c426100d0
2 changed files with 1 additions and 6 deletions

View File

@ -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;

View File

@ -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;