summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/C++/hello.cpp
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++/hello.cpp
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++/hello.cpp')
-rw-r--r--llvm/test/LLVMC/C++/hello.cpp1
1 files changed, 1 insertions, 0 deletions
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() {
OpenPOWER on IntegriCloud