tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to

green.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-09-09 15:50:19 +00:00
parent 9b8cc2bc56
commit 874f021bc1
9 changed files with 11 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -1,4 +1,6 @@
// RUN: tblgen %s
// XFAIL: vg_leak
class Bla<string t>
{
string blu = t;

View File

@ -1,4 +1,6 @@
// RUN: tblgen %s
// XFAIL: vg_leak
class Bli<string _t>
{
string t = _t;