From e55382ea5557092feeec15fd9b2b7a2f67e83c24 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 11 Dec 2012 13:14:16 +0000 Subject: [PATCH] llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm-x86_64-linux-vg_leak. llvm-svn: 169862 --- llvm/test/TableGen/2006-09-18-LargeInt.td | 1 - llvm/test/TableGen/2010-03-24-PrematureDefaults.td | 1 - llvm/test/TableGen/Dag.td | 1 - llvm/test/TableGen/DefmInherit.td | 1 - llvm/test/TableGen/DefmInsideMultiClass.td | 1 - llvm/test/TableGen/ForeachList.td | 1 - llvm/test/TableGen/ForeachLoop.td | 1 - llvm/test/TableGen/LazyChange.td | 1 - llvm/test/TableGen/LetInsideMultiClasses.td | 1 - llvm/test/TableGen/ListOfList.td | 1 - llvm/test/TableGen/LoLoL.td | 1 - llvm/test/TableGen/MultiClass.td | 1 - llvm/test/TableGen/MultiClassDefName.td | 1 - llvm/test/TableGen/MultiClassInherit.td | 1 - llvm/test/TableGen/MultiPat.td | 1 - llvm/test/TableGen/NestedForeach.td | 1 - llvm/test/TableGen/Paste.td | 1 - llvm/test/TableGen/SetTheory.td | 1 - llvm/test/TableGen/SiblingForeach.td | 1 - llvm/test/TableGen/Slice.td | 1 - llvm/test/TableGen/TargetInstrSpec.td | 1 - llvm/test/TableGen/TwoLevelName.td | 1 - llvm/test/TableGen/cast.td | 1 - llvm/test/TableGen/defmclass.td | 1 - llvm/test/TableGen/eq.td | 1 - llvm/test/TableGen/eqbit.td | 1 - llvm/test/TableGen/foreach.td | 1 - llvm/test/TableGen/if.td | 1 - llvm/test/TableGen/ifbit.td | 1 - llvm/test/TableGen/lisp.td | 1 - llvm/test/TableGen/list-element-bitref.td | 1 - llvm/test/TableGen/pr8330.td | 1 - llvm/test/TableGen/strconcat.td | 1 - llvm/test/TableGen/subst.td | 1 - llvm/test/TableGen/subst2.td | 1 - llvm/test/TableGen/usevalname.td | 1 - 36 files changed, 36 deletions(-) diff --git a/llvm/test/TableGen/2006-09-18-LargeInt.td b/llvm/test/TableGen/2006-09-18-LargeInt.td index f7ae4ee..94cd1ec 100644 --- a/llvm/test/TableGen/2006-09-18-LargeInt.td +++ b/llvm/test/TableGen/2006-09-18-LargeInt.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep -- 4294901760 -// XFAIL: vg_leak def X { int Y = 0xFFFF0000; diff --git a/llvm/test/TableGen/2010-03-24-PrematureDefaults.td b/llvm/test/TableGen/2010-03-24-PrematureDefaults.td index 24f6c93..716a1d5 100644 --- a/llvm/test/TableGen/2010-03-24-PrematureDefaults.td +++ b/llvm/test/TableGen/2010-03-24-PrematureDefaults.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class A x = 1> { int K = k; diff --git a/llvm/test/TableGen/Dag.td b/llvm/test/TableGen/Dag.td index 7ceb4e7..40399a4 100644 --- a/llvm/test/TableGen/Dag.td +++ b/llvm/test/TableGen/Dag.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak //===----------------------------------------------------------------------===// // Substitution of an int. diff --git a/llvm/test/TableGen/DefmInherit.td b/llvm/test/TableGen/DefmInherit.td index 46d3f62..b52a709 100644 --- a/llvm/test/TableGen/DefmInherit.td +++ b/llvm/test/TableGen/DefmInherit.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "zing = 4" | count 4 -// XFAIL: vg_leak class C1 { int bar = A; diff --git a/llvm/test/TableGen/DefmInsideMultiClass.td b/llvm/test/TableGen/DefmInsideMultiClass.td index e6fc019..0aea212 100644 --- a/llvm/test/TableGen/DefmInsideMultiClass.td +++ b/llvm/test/TableGen/DefmInsideMultiClass.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep ADDPSrr | count 1 -// XFAIL: vg_leak class Instruction opc, string Name> { bits<4> opcode = opc; diff --git a/llvm/test/TableGen/ForeachList.td b/llvm/test/TableGen/ForeachList.td index 99b7e14..9bc76e0 100644 --- a/llvm/test/TableGen/ForeachList.td +++ b/llvm/test/TableGen/ForeachList.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Register { string Name = name; diff --git a/llvm/test/TableGen/ForeachLoop.td b/llvm/test/TableGen/ForeachLoop.td index 4aacc74d..a49a60b 100644 --- a/llvm/test/TableGen/ForeachLoop.td +++ b/llvm/test/TableGen/ForeachLoop.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Register { string Name = name; diff --git a/llvm/test/TableGen/LazyChange.td b/llvm/test/TableGen/LazyChange.td index 306959e..919a1a7 100644 --- a/llvm/test/TableGen/LazyChange.td +++ b/llvm/test/TableGen/LazyChange.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "int Y = 3" -// XFAIL: vg_leak class C { int X = 4; diff --git a/llvm/test/TableGen/LetInsideMultiClasses.td b/llvm/test/TableGen/LetInsideMultiClasses.td index cb13508..72f48b6 100644 --- a/llvm/test/TableGen/LetInsideMultiClasses.td +++ b/llvm/test/TableGen/LetInsideMultiClasses.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "bit IsDouble = 1;" | count 3 -// XFAIL: vg_leak class Instruction opc, string Name> { bits<4> opcode = opc; diff --git a/llvm/test/TableGen/ListOfList.td b/llvm/test/TableGen/ListOfList.td index 864401e..adf9fe4 100644 --- a/llvm/test/TableGen/ListOfList.td +++ b/llvm/test/TableGen/ListOfList.td @@ -1,7 +1,6 @@ // RUN llvm-tblgen %s | FileCheck %s // RUN: llvm-tblgen %s | grep "foo" | count 1 -// XFAIL: vg_leak class Base { string text = t; diff --git a/llvm/test/TableGen/LoLoL.td b/llvm/test/TableGen/LoLoL.td index 778c960..f758e1b 100644 --- a/llvm/test/TableGen/LoLoL.td +++ b/llvm/test/TableGen/LoLoL.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Base v> { list values = v; diff --git a/llvm/test/TableGen/MultiClass.td b/llvm/test/TableGen/MultiClass.td index 449c5d6..ef320cf 100644 --- a/llvm/test/TableGen/MultiClass.td +++ b/llvm/test/TableGen/MultiClass.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "zing = 4" | count 2 -// XFAIL: vg_leak class C1 { int bar = A; diff --git a/llvm/test/TableGen/MultiClassDefName.td b/llvm/test/TableGen/MultiClassDefName.td index 296e30c..75d6af5 100644 --- a/llvm/test/TableGen/MultiClassDefName.td +++ b/llvm/test/TableGen/MultiClassDefName.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep WorldHelloCC | count 1 -// XFAIL: vg_leak class C { string name = n; diff --git a/llvm/test/TableGen/MultiClassInherit.td b/llvm/test/TableGen/MultiClassInherit.td index c768fff..9d1470a 100644 --- a/llvm/test/TableGen/MultiClassInherit.td +++ b/llvm/test/TableGen/MultiClassInherit.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "zing = 4" | count 28 -// XFAIL: vg_leak class C1 { int bar = A; diff --git a/llvm/test/TableGen/MultiPat.td b/llvm/test/TableGen/MultiPat.td index b379277..b49b06c 100644 --- a/llvm/test/TableGen/MultiPat.td +++ b/llvm/test/TableGen/MultiPat.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class ValueType { int Size = size; diff --git a/llvm/test/TableGen/NestedForeach.td b/llvm/test/TableGen/NestedForeach.td index e8c16f7..5b63175 100644 --- a/llvm/test/TableGen/NestedForeach.td +++ b/llvm/test/TableGen/NestedForeach.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Droid { string Series = series; diff --git a/llvm/test/TableGen/Paste.td b/llvm/test/TableGen/Paste.td index a7e2a5b..33d61cc 100644 --- a/llvm/test/TableGen/Paste.td +++ b/llvm/test/TableGen/Paste.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Instr { int index = i; diff --git a/llvm/test/TableGen/SetTheory.td b/llvm/test/TableGen/SetTheory.td index 7613323..f26b9e6 100644 --- a/llvm/test/TableGen/SetTheory.td +++ b/llvm/test/TableGen/SetTheory.td @@ -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: diff --git a/llvm/test/TableGen/SiblingForeach.td b/llvm/test/TableGen/SiblingForeach.td index a11f6f8..e4c4704 100644 --- a/llvm/test/TableGen/SiblingForeach.td +++ b/llvm/test/TableGen/SiblingForeach.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Set { int I = i; diff --git a/llvm/test/TableGen/Slice.td b/llvm/test/TableGen/Slice.td index 6d051d7..cec9fb6 100644 --- a/llvm/test/TableGen/Slice.td +++ b/llvm/test/TableGen/Slice.td @@ -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 = size; diff --git a/llvm/test/TableGen/TargetInstrSpec.td b/llvm/test/TableGen/TargetInstrSpec.td index 64b706d..bf2d257 100644 --- a/llvm/test/TableGen/TargetInstrSpec.td +++ b/llvm/test/TableGen/TargetInstrSpec.td @@ -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 = size; diff --git a/llvm/test/TableGen/TwoLevelName.td b/llvm/test/TableGen/TwoLevelName.td index 9c502f4..e8869621 100644 --- a/llvm/test/TableGen/TwoLevelName.td +++ b/llvm/test/TableGen/TwoLevelName.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Type { string Name = name; diff --git a/llvm/test/TableGen/cast.td b/llvm/test/TableGen/cast.td index 7948aff..b9e4b37 100644 --- a/llvm/test/TableGen/cast.td +++ b/llvm/test/TableGen/cast.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "add_ps" | count 3 -// XFAIL: vg_leak class ValueType { int Size = size; diff --git a/llvm/test/TableGen/defmclass.td b/llvm/test/TableGen/defmclass.td index 80f03b3..6198c00 100644 --- a/llvm/test/TableGen/defmclass.td +++ b/llvm/test/TableGen/defmclass.td @@ -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 }; diff --git a/llvm/test/TableGen/eq.td b/llvm/test/TableGen/eq.td index f8daf88..fc3ad42 100644 --- a/llvm/test/TableGen/eq.td +++ b/llvm/test/TableGen/eq.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak // CHECK: Value = 0 // CHECK: Value = 1 diff --git a/llvm/test/TableGen/eqbit.td b/llvm/test/TableGen/eqbit.td index 1d58fa0..b77b1a2 100644 --- a/llvm/test/TableGen/eqbit.td +++ b/llvm/test/TableGen/eqbit.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak // CHECK: a = 6 // CHECK: a = 5 diff --git a/llvm/test/TableGen/foreach.td b/llvm/test/TableGen/foreach.td index 902af252..7b7c199 100644 --- a/llvm/test/TableGen/foreach.td +++ b/llvm/test/TableGen/foreach.td @@ -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 { diff --git a/llvm/test/TableGen/if.td b/llvm/test/TableGen/if.td index 1d8d623..e4df74f 100644 --- a/llvm/test/TableGen/if.td +++ b/llvm/test/TableGen/if.td @@ -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 diff --git a/llvm/test/TableGen/ifbit.td b/llvm/test/TableGen/ifbit.td index 88f575e..e334121 100644 --- a/llvm/test/TableGen/ifbit.td +++ b/llvm/test/TableGen/ifbit.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak // CHECK: a = 6 // CHECK: a = 5 diff --git a/llvm/test/TableGen/lisp.td b/llvm/test/TableGen/lisp.td index dd85ddc..efe0002 100644 --- a/llvm/test/TableGen/lisp.td +++ b/llvm/test/TableGen/lisp.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "" -// XFAIL: vg_leak class List n> { list names = n; diff --git a/llvm/test/TableGen/list-element-bitref.td b/llvm/test/TableGen/list-element-bitref.td index 5f3e3da..02607bd 100644 --- a/llvm/test/TableGen/list-element-bitref.td +++ b/llvm/test/TableGen/list-element-bitref.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class C> L> { bits<2> V0 = L[0]{1-0}; diff --git a/llvm/test/TableGen/pr8330.td b/llvm/test/TableGen/pr8330.td index 7779b63..e672014 100644 --- a/llvm/test/TableGen/pr8330.td +++ b/llvm/test/TableGen/pr8330.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Or4 Val> { bits<8> V = {Val{7}, Val{6}, Val{5}, Val{4}, Val{3}, 1, Val{1}, Val{0} }; diff --git a/llvm/test/TableGen/strconcat.td b/llvm/test/TableGen/strconcat.td index 85ee831..0173c49 100644 --- a/llvm/test/TableGen/strconcat.td +++ b/llvm/test/TableGen/strconcat.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep fufoo -// XFAIL: vg_leak class Y { string T = !strconcat(S, "foo"); diff --git a/llvm/test/TableGen/subst.td b/llvm/test/TableGen/subst.td index 850ac38..e265b44 100644 --- a/llvm/test/TableGen/subst.td +++ b/llvm/test/TableGen/subst.td @@ -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 honorific = t; diff --git a/llvm/test/TableGen/subst2.td b/llvm/test/TableGen/subst2.td index 7c007f7..ce73077 100644 --- a/llvm/test/TableGen/subst2.td +++ b/llvm/test/TableGen/subst2.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak // CHECK: No subst // CHECK: No foo // CHECK: RECURSE foo diff --git a/llvm/test/TableGen/usevalname.td b/llvm/test/TableGen/usevalname.td index d85b98a..a80ba12 100644 --- a/llvm/test/TableGen/usevalname.td +++ b/llvm/test/TableGen/usevalname.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Instr pat> { list Pattern = pat; -- 2.7.4