tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
authorDaniel Dunbar <daniel@zuster.org>
Thu, 9 Sep 2010 15:50:19 +0000 (15:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 9 Sep 2010 15:50:19 +0000 (15:50 +0000)
green.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113491 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bindings/Ocaml/analysis.ml
test/Bindings/Ocaml/bitreader.ml
test/Bindings/Ocaml/bitwriter.ml
test/Bindings/Ocaml/executionengine.ml
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vmcore.ml
test/TableGen/FieldAccess.td
test/TableGen/ListManip.td

index bf2178254409ecf5971ec69d2f4090a3e82b81ab..7df8e21203a9373b38772544c1b2ed3fadee1240 100644 (file)
@@ -1,5 +1,6 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %s -o %t
  * RUN: %t
+ * XFAIL: vg_leak
  *)
 
 open Llvm
index 30b07d2199f3a3030ad63092bb827bc6354cc189..a3bd91a0af2ace484baa0adfcba32ff302ea1cd3 100644 (file)
@@ -1,6 +1,7 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_bitwriter.cmxa %s -o %t
  * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc | grep caml_int_ty
+ * XFAIL: vg_leak
  *)
 
 (* Note that this takes a moment to link, so it's best to keep the number of
index 8eb923ea32c730ab5b0fe723c5fdce5108640da2..3f55fb9fa1d449e4cc6018865c285df2f988b045 100644 (file)
@@ -1,6 +1,7 @@
 (* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
  * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc | grep caml_int_ty
+ * XFAIL: vg_leak
  *)
 
 (* Note that this takes a moment to link, so it's best to keep the number of
index 63040e4a33fc03b0e8fed74dc065b16c33a32439..f7a49bb284c0c4364b438d4db4a3939c16900872 100644 (file)
@@ -1,5 +1,6 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %s -o %t
  * RUN: %t
+ * XFAIL: vg_leak
  *)
 
 open Llvm
index 8a6af012ac2494b973f79c944d77dc8e22d611d1..79ff46c9dcac21467164f04ce09957f57f5e8ed1 100644 (file)
@@ -1,5 +1,6 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_scalar_opts.cmxa llvm_target.cmxa %s -o %t
  * RUN: %t %t.bc
+ * XFAIL: vg_leak
  *)
 
 (* Note: It takes several seconds for ocamlopt to link an executable with
index bfaf37ca879df31ca9d62cc3e72e1e2a1750a9ef..5e3ab4bf93547c8979f7894177fc3920b18f6f09 100644 (file)
@@ -1,5 +1,6 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa %s -o %t
  * RUN: %t %t.bc
+ * XFAIL: vg_leak
  *)
 
 (* Note: It takes several seconds for ocamlopt to link an executable with
index e55ab9643e43cb6f9d8f76827a517cb6e6db982c..ceb650e1ca4a7c8866713359b26c4230d2d36792 100644 (file)
@@ -1,6 +1,7 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa llvm_bitwriter.cmxa %s -o %t
  * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc > %t.ll
+ * XFAIL: vg_leak
  *)
 
 (* Note: It takes several seconds for ocamlopt to link an executable with
index ad652e79ea7ce8546a18514ea188e66867acd24f..8b4dc83e0a5bca8ed8e2cc8546e8a946bd976834 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: tblgen %s
+// XFAIL: vg_leak
+
 class Bla<string t>
 {
   string blu = t;
index c221bb1335b627ff89e4cfcc2734472caf1d0417..55fb5ea85a0574f462b976fe30729feb54145682 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: tblgen %s
+// XFAIL: vg_leak
+
 class Bli<string _t>
 {
   string t = _t;