summaryrefslogtreecommitdiff
path: root/test/LLVMC/OptionPreprocessor.td
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
commitf65b0e9b455da8ab2936c9a6d4ead5c92716e13a (patch)
treefe4eb024c30331b1408ec085bcd11fbe49172340 /test/LLVMC/OptionPreprocessor.td
parent6b4c12db13cf7dd570b12b6373f6b9b839f7d788 (diff)
downloadllvm-f65b0e9b455da8ab2936c9a6d4ead5c92716e13a.tar.gz
llvm-f65b0e9b455da8ab2936c9a6d4ead5c92716e13a.tar.bz2
llvm-f65b0e9b455da8ab2936c9a6d4ead5c92716e13a.tar.xz
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++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/OptionPreprocessor.td')
-rw-r--r--test/LLVMC/OptionPreprocessor.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLVMC/OptionPreprocessor.td b/test/LLVMC/OptionPreprocessor.td
index 8a314818a0..c2641be7e6 100644
--- a/test/LLVMC/OptionPreprocessor.td
+++ b/test/LLVMC/OptionPreprocessor.td
@@ -2,6 +2,7 @@
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: FileCheck -input-file %t %s
// RUN: %compile_cxx -fexceptions -x c++ %t
+// XFAIL: vg_leak
include "llvm/CompilerDriver/Common.td"