diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-03-18 00:44:45 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-18 00:44:45 +0000 |
commit | 13ca4879d5602662c7522d7a53a318fa80f9bf80 (patch) | |
tree | 0b165184141ffeeac44f06b1dc43c670d0ba5e0e | |
parent | ff81ebf7586fa7992353ed44a8c9d564130fb734 (diff) |
xfail these tests for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67143 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC++/2009-02-16-CtorNames-dbg.cpp | 1 | ||||
-rw-r--r-- | test/FrontendC++/2009-03-17-dbg.cpp | 1 | ||||
-rw-r--r-- | test/FrontendC/2009-03-13-dbg.c | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp index 8f1b598aa2..ce5f562215 100644 --- a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp +++ b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp @@ -1,4 +1,5 @@ // 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 38495561d4..f4ab6a42b6 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 +// 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 1d6a2918ef..00bfcc46b1 100644 --- a/test/FrontendC/2009-03-13-dbg.c +++ b/test/FrontendC/2009-03-13-dbg.c @@ -1,3 +1,4 @@ -// RUN: %llvmgcc %s -c -g -o /dev/null +// RUN: %llvmgcc %s -c -g -o /dev/null +// XFAIL: * void foo() {} |