OSDN Git Service

xfail these tests for now.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 18 Mar 2009 00:44:45 +0000 (00:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 18 Mar 2009 00:44:45 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67143 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
test/FrontendC++/2009-03-17-dbg.cpp
test/FrontendC/2009-03-13-dbg.c

index 8f1b598..ce5f562 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
+// XFAIL: darwin
 class A {
   int i;
 public:
index 3849556..f4ab6a4 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
+// XFAIL: *
 template <typename T1,typename T2>
 inline void f(const T1&,const T2&) { }
 
index 1d6a291..00bfcc4 100644 (file)
@@ -1,3 +1,4 @@
-// RUN: %llvmgcc %s -c -g -o /dev/null 
+// RUN: %llvmgcc %s -c -g -o /dev/null
+// XFAIL: *
 void foo() {}