These tests now pass.
authorDevang Patel <dpatel@apple.com>
Tue, 13 Oct 2009 20:45:18 +0000 (20:45 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 13 Oct 2009 20:45:18 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84019 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2006-11-06-StackTrace.cpp
test/FrontendC/2009-02-17-BitField-dbg.c
test/FrontendObjC/2009-08-17-DebugInfo.m

index 448332beb0f20b3810a6dfe4e3308cfac9f1ab9e..bbb9af199add8d706f0fcbde755d58f143d2df14 100644 (file)
@@ -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>
 
index 14f7ab3d7349f3e147585f4e7fce996dc843e967..36ee2e6f0ef70ad40ea928992cb5ebc179c5bf90 100644 (file)
@@ -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;
index 235c551af020325c221e1413eef3864fa3f7be9d..0bc4e9a6d6c3d8148120da56d0482ce69fcc4c7f 100644 (file)
@@ -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;