aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC++/2009-02-16-CtorNames-dbg.cpp1
-rw-r--r--test/FrontendC++/2009-03-17-dbg.cpp1
-rw-r--r--test/FrontendC/2009-03-13-dbg.c1
3 files changed, 2 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
index ce5f562..8f1b598 100644
--- a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
+++ b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
@@ -1,5 +1,4 @@
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
-// XFAIL: darwin
class A {
int i;
public:
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp
index f4ab6a4..ef1ccfc 100644
--- a/test/FrontendC++/2009-03-17-dbg.cpp
+++ b/test/FrontendC++/2009-03-17-dbg.cpp
@@ -1,4 +1,5 @@
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
+// XTARGET: darwin
// XFAIL: *
template <typename T1,typename T2>
inline void f(const T1&,const T2&) { }
diff --git a/test/FrontendC/2009-03-13-dbg.c b/test/FrontendC/2009-03-13-dbg.c
index 00bfcc4..9b43b01 100644
--- a/test/FrontendC/2009-03-13-dbg.c
+++ b/test/FrontendC/2009-03-13-dbg.c
@@ -1,4 +1,5 @@
// RUN: %llvmgcc %s -c -g -o /dev/null
+// XTARGET: darwin
// XFAIL: *
void foo() {}