summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/C++
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-03-21 08:12:46 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-03-21 08:12:46 +0000
commitc91f200c17aca01e8a1b8716fed10ea1271bb51e (patch)
treee47201b15304af1d5e4d3c7fb46d2b943e1a3029 /llvm/test/LLVMC/C++
parentbf1dbf37e748ef986a8df982114c698c9ba9c475 (diff)
downloadbcm5719-llvm-c91f200c17aca01e8a1b8716fed10ea1271bb51e.tar.gz
bcm5719-llvm-c91f200c17aca01e8a1b8716fed10ea1271bb51e.zip
XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We
don't care about leaks from tblgen, and I assume we don't care about valgrind errors in llvm-gcc/g++. llvm-svn: 99115
Diffstat (limited to 'llvm/test/LLVMC/C++')
-rw-r--r--llvm/test/LLVMC/C++/dash-x.cpp1
-rw-r--r--llvm/test/LLVMC/C++/hello.cpp1
-rw-r--r--llvm/test/LLVMC/C++/together.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/C++/dash-x.cpp b/llvm/test/LLVMC/C++/dash-x.cpp
index b32400e0b03..7d4cf19fa41 100644
--- a/llvm/test/LLVMC/C++/dash-x.cpp
+++ b/llvm/test/LLVMC/C++/dash-x.cpp
@@ -1,6 +1,7 @@
// Test that we can compile .c files as C++ and vice versa
// RUN: llvmc %s -x c++ %p/../test_data/false.c -x c %p/../test_data/false.cpp -x lisp -x whatnot -x none %p/../test_data/false2.cpp -o %t
// RUN: %abs_tmp | grep hello
+// XFAIL: vg
extern int test_main();
diff --git a/llvm/test/LLVMC/C++/hello.cpp b/llvm/test/LLVMC/C++/hello.cpp
index b9c6399ebfc..8f38306e9e9 100644
--- a/llvm/test/LLVMC/C++/hello.cpp
+++ b/llvm/test/LLVMC/C++/hello.cpp
@@ -1,6 +1,7 @@
// Test that we can compile C++ code.
// RUN: llvmc %s -o %t
// RUN: %abs_tmp | grep hello
+// XFAIL: vg
#include <iostream>
int main() {
diff --git a/llvm/test/LLVMC/C++/together.cpp b/llvm/test/LLVMC/C++/together.cpp
index e02f69aec8d..925215a4db5 100644
--- a/llvm/test/LLVMC/C++/together.cpp
+++ b/llvm/test/LLVMC/C++/together.cpp
@@ -1,6 +1,7 @@
// Check that we can compile files of different types together.
// RUN: llvmc %s %p/../test_data/together.c -o %t
// RUN: %abs_tmp | grep hello
+// XFAIL: vg
extern "C" void test();
OpenPOWER on IntegriCloud