mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
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:
parent
9b8cc2bc56
commit
874f021bc1
@ -1,5 +1,6 @@
|
||||
(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %s -o %t
|
||||
* RUN: %t
|
||||
* XFAIL: vg_leak
|
||||
*)
|
||||
|
||||
open Llvm
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
// RUN: tblgen %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
class Bla<string t>
|
||||
{
|
||||
string blu = t;
|
||||
|
@ -1,4 +1,6 @@
|
||||
// RUN: tblgen %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
class Bli<string _t>
|
||||
{
|
||||
string t = _t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user