[llvm-commits] [llvm] r95263 - in /llvm/trunk/test: FrontendC++/2006-11-30-Pubnames.cpp FrontendC/2009-02-17-BitField-dbg.c
Dale Johannesen
dalej at apple.com
Wed Feb 3 14:24:49 PST 2010
Author: johannes
Date: Wed Feb 3 16:24:49 2010
New Revision: 95263
URL: http://llvm.org/viewvc/llvm-project?rev=95263&view=rev
Log:
Debugging is now reenabled on PPC darwin, so reenable
these tests (they pass).
Modified:
llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp
llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c
Modified: llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2006-11-30-Pubnames.cpp?rev=95263&r1=95262&r2=95263&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp (original)
+++ llvm/trunk/test/FrontendC++/2006-11-30-Pubnames.cpp Wed Feb 3 16:24:49 2010
@@ -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;
Modified: llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c?rev=95263&r1=95262&r2=95263&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c (original)
+++ llvm/trunk/test/FrontendC/2009-02-17-BitField-dbg.c Wed Feb 3 16:24:49 2010
@@ -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;
More information about the llvm-commits
mailing list