1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm-x86_64-linux-vg_leak.

llvm-svn: 169862
This commit is contained in:
NAKAMURA Takumi 2012-12-11 13:14:16 +00:00
parent fee15f88f9
commit 231a6d09fc
36 changed files with 0 additions and 36 deletions

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep -- 4294901760
// XFAIL: vg_leak
def X {
int Y = 0xFFFF0000;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class A<int k, bits<2> x = 1> {
int K = k;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
//===----------------------------------------------------------------------===//
// Substitution of an int.

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "zing = 4" | count 4
// XFAIL: vg_leak
class C1<int A, string B> {
int bar = A;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep ADDPSrr | count 1
// XFAIL: vg_leak
class Instruction<bits<4> opc, string Name> {
bits<4> opcode = opc;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Register<string name, int idx> {
string Name = name;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Register<string name, int idx> {
string Name = name;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "int Y = 3"
// XFAIL: vg_leak
class C {
int X = 4;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "bit IsDouble = 1;" | count 3
// XFAIL: vg_leak
class Instruction<bits<4> opc, string Name> {
bits<4> opcode = opc;

View File

@ -1,7 +1,6 @@
// RUN llvm-tblgen %s | FileCheck %s
// RUN: llvm-tblgen %s | grep "foo" | count 1
// XFAIL: vg_leak
class Base<string t> {
string text = t;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Base<list<int> v> {
list<int> values = v;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "zing = 4" | count 2
// XFAIL: vg_leak
class C1<int A, string B> {
int bar = A;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep WorldHelloCC | count 1
// XFAIL: vg_leak
class C<string n> {
string name = n;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "zing = 4" | count 28
// XFAIL: vg_leak
class C1<int A, string B> {
int bar = A;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Droid<string series, int release, string model, int patchlevel> {
string Series = series;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Instr<int i> {
int index = i;

View File

@ -1,6 +1,5 @@
// Test evaluation of set operations in dags.
// RUN: llvm-tblgen -print-sets %s | FileCheck %s
// XFAIL: vg_leak
//
// The -print-sets driver configures a primitive SetTheory instance that
// understands these sets:

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Set<int i = 0, int j = 0, int k = 0> {
int I = i;

View File

@ -1,6 +1,5 @@
// RUN: llvm-tblgen %s | grep "\[(set" | count 2
// RUN: llvm-tblgen %s | grep "\[\]" | count 2
// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;

View File

@ -1,6 +1,5 @@
// RUN: llvm-tblgen %s | grep '\[(set VR128:$dst, (int_x86_sse2_add_pd VR128:$src1, VR128:$src2))\]' | count 1
// RUN: llvm-tblgen %s | grep '\[(set VR128:$dst, (int_x86_sse2_add_ps VR128:$src1, VR128:$src2))\]' | count 1
// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Type<string name, int length, int width> {
string Name = name;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "add_ps" | count 3
// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class XD { bits<4> Prefix = 11; }
// CHECK: Prefix = { 1, 1, 0, 0 };

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// CHECK: Value = 0
// CHECK: Value = 1

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// CHECK: a = 6
// CHECK: a = 5

View File

@ -1,7 +1,6 @@
// RUN: llvm-tblgen %s | grep 'Jr' | count 2
// RUN: llvm-tblgen %s | grep 'Sr' | count 2
// RUN: llvm-tblgen %s | grep '"NAME"' | count 1
// XFAIL: vg_leak
// Variables for foreach
class decls {

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// Support for an `!if' operator as part of a `let' statement.
// CHECK: class C

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// CHECK: a = 6
// CHECK: a = 5

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep ""
// XFAIL: vg_leak
class List<list<string> n> {
list<string> names = n;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class C<list<bits<8>> L> {
bits<2> V0 = L[0]{1-0};

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Or4<bits<8> Val> {
bits<8> V = {Val{7}, Val{6}, Val{5}, Val{4}, Val{3}, 1, Val{1}, Val{0} };

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep fufoo
// XFAIL: vg_leak
class Y<string S> {
string T = !strconcat(S, "foo");

View File

@ -4,7 +4,6 @@
// RUN: llvm-tblgen %s | grep "LAST" | count 1
// RUN: llvm-tblgen %s | grep "TVAR" | count 2
// RUN: llvm-tblgen %s | grep "Bogus" | count 1
// XFAIL: vg_leak
class Honorific<string t> {
string honorific = t;

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
// CHECK: No subst
// CHECK: No foo
// CHECK: RECURSE foo

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
// XFAIL: vg_leak
class Instr<list<dag> pat> {
list<dag> Pattern = pat;