diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-02-03 22:24:49 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-02-03 22:24:49 +0000 |
| commit | 0c426100d0dfe472f0f935845e9ae2d41549155f (patch) | |
| tree | 6a9d61cdcdccbe257c690a71216e9f91b1e8ceec | |
| parent | b0695ef01191237910425c7b880075f3ed02fcea (diff) | |
| download | bcm5719-llvm-0c426100d0dfe472f0f935845e9ae2d41549155f.tar.gz bcm5719-llvm-0c426100d0dfe472f0f935845e9ae2d41549155f.zip | |
Debugging is now reenabled on PPC darwin, so reenable
these tests (they pass).
llvm-svn: 95263
| -rw-r--r-- | llvm/test/FrontendC++/2006-11-30-Pubnames.cpp | 4 | ||||
| -rw-r--r-- | llvm/test/FrontendC/2009-02-17-BitField-dbg.c | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp index 3a08b3c3345..239d3f525b7 100644 --- a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp +++ b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp @@ -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; diff --git a/llvm/test/FrontendC/2009-02-17-BitField-dbg.c b/llvm/test/FrontendC/2009-02-17-BitField-dbg.c index 3effd027a88..80ccc4a0ea3 100644 --- a/llvm/test/FrontendC/2009-02-17-BitField-dbg.c +++ b/llvm/test/FrontendC/2009-02-17-BitField-dbg.c @@ -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; |

