Debugging is now reenabled on PPC darwin, so reenable
authorDale Johannesen <dalej@apple.com>
Wed, 3 Feb 2010 22:24:49 +0000 (22:24 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 3 Feb 2010 22:24:49 +0000 (22:24 +0000)
these tests (they pass).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95263 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2006-11-30-Pubnames.cpp
test/FrontendC/2009-02-17-BitField-dbg.c

index 3a08b3c3345bf0ea29c46fb287e1dc3e29e51994..239d3f525b7912ade2fa0e3aa242f49972f79a65 100644 (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;
index 3effd027a881531d9d64686014e53b9ab5942c35..80ccc4a0ea3a5ae50ccfe1a16e0db977bec5a904 100644 (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;