aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC++/2006-11-06-StackTrace.cpp1
-rw-r--r--test/FrontendC/2009-02-17-BitField-dbg.c1
-rw-r--r--test/FrontendObjC/2009-08-17-DebugInfo.m2
3 files changed, 1 insertions, 3 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp
index 448332beb0..bbb9af199a 100644
--- a/test/FrontendC++/2006-11-06-StackTrace.cpp
+++ b/test/FrontendC++/2006-11-06-StackTrace.cpp
@@ -13,7 +13,6 @@
// Only works on ppc (but not apple-darwin9), x86 and x86_64. Should
// generalize?
// XFAIL: alpha|arm|powerpc-apple-darwin9
-// XFAIL: *
#include <stdlib.h>
diff --git a/test/FrontendC/2009-02-17-BitField-dbg.c b/test/FrontendC/2009-02-17-BitField-dbg.c
index 14f7ab3d73..36ee2e6f0e 100644
--- a/test/FrontendC/2009-02-17-BitField-dbg.c
+++ b/test/FrontendC/2009-02-17-BitField-dbg.c
@@ -5,7 +5,6 @@
// RUN: echo {ptype mystruct} > %t2
// 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: *
struct {
int a:4;
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m
index 235c551af0..0bc4e9a6d6 100644
--- a/test/FrontendObjC/2009-08-17-DebugInfo.m
+++ b/test/FrontendObjC/2009-08-17-DebugInfo.m
@@ -6,7 +6,7 @@
// RUN: echo {break randomFunc\n} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
-// XFAIL: *
+// XTARGET: darwin
@interface MyClass
{
int my;