aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC++/2009-03-17-dbg.cpp2
-rw-r--r--test/FrontendC/2009-03-09-WeakDeclarations-1.c2
-rw-r--r--test/FrontendC/2009-03-13-dbg.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp
index ef1ccfcb6d..93da61873b 100644
--- a/test/FrontendC++/2009-03-17-dbg.cpp
+++ b/test/FrontendC++/2009-03-17-dbg.cpp
@@ -1,5 +1,5 @@
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
-// XTARGET: darwin
+// XTARGET: darwin,linux
// XFAIL: *
template <typename T1,typename T2>
inline void f(const T1&,const T2&) { }
diff --git a/test/FrontendC/2009-03-09-WeakDeclarations-1.c b/test/FrontendC/2009-03-09-WeakDeclarations-1.c
index 6eea0593dd..15b9801699 100644
--- a/test/FrontendC/2009-03-09-WeakDeclarations-1.c
+++ b/test/FrontendC/2009-03-09-WeakDeclarations-1.c
@@ -1,7 +1,7 @@
// RUN: $llvmgcc $test -c -o /dev/null |& \
// RUN: egrep {(14|15|22): warning:} | \
// RUN: wc -l | grep --quiet 3
-// XTARGET: darwin
+// XTARGET: darwin,linux
// XFAIL: *
// END.
// Insist upon warnings for inappropriate weak attributes.
diff --git a/test/FrontendC/2009-03-13-dbg.c b/test/FrontendC/2009-03-13-dbg.c
index 9b43b01cfa..aa13af4124 100644
--- a/test/FrontendC/2009-03-13-dbg.c
+++ b/test/FrontendC/2009-03-13-dbg.c
@@ -1,5 +1,5 @@
// RUN: %llvmgcc %s -c -g -o /dev/null
-// XTARGET: darwin
+// XTARGET: darwin,linux
// XFAIL: *
void foo() {}