More XFAILs.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 13 Aug 2010 07:01:55 +0000 (07:01 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 13 Aug 2010 07:01:55 +0000 (07:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111008 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLVMC/MultiplePluginPriorities.td
test/LLVMC/OutputSuffixHook.td

index b2cae3f13c1357dfacac2732a092cf72a17bc40f..c7d8a374a91e8e616f31ac6fe6dd8808abda85f2 100644 (file)
@@ -1,5 +1,6 @@
 // Check that multiple plugin priorities are not allowed.
 // RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
+// XFAIL: vg_leak
 
 // Disable for Darwin PPC: <rdar://problem/7598390>
 // XFAIL: powerpc-apple-darwin
index b7173fe958308bea9dabfb9b0bc43849f6f2c89d..f217dc72cfc3daead77341b65713961d7de9ccf3 100644 (file)
@@ -2,6 +2,7 @@
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
 // RUN: %compile_cxx -x c++ %t
+// XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"