summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-05-09 08:18:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-05-09 08:18:33 +0000
commit370d5f808a0c83aa9700373f54d07b6898bd5ddd (patch)
treea6addec7b21549f8082a18ec80ebe88bfdce8c2e
parent2145bc02291df82c182dedf38293c355c99ed869 (diff)
downloadbcm5719-llvm-370d5f808a0c83aa9700373f54d07b6898bd5ddd.tar.gz
bcm5719-llvm-370d5f808a0c83aa9700373f54d07b6898bd5ddd.zip
test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
llvm-svn: 208393
-rw-r--r--llvm/test/TableGen/GeneralList.td1
-rw-r--r--llvm/test/TableGen/lisp.td1
-rw-r--r--llvm/test/TableGen/listconcat.td1
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/TableGen/GeneralList.td b/llvm/test/TableGen/GeneralList.td
index 9e0c7df552b..17cc9a5cb03 100644
--- a/llvm/test/TableGen/GeneralList.td
+++ b/llvm/test/TableGen/GeneralList.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s
-// XFAIL: vg_leak
//
// Test to make sure that lists work with any data-type
diff --git a/llvm/test/TableGen/lisp.td b/llvm/test/TableGen/lisp.td
index 9e586055ff9..d753fbd299c 100644
--- a/llvm/test/TableGen/lisp.td
+++ b/llvm/test/TableGen/lisp.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s
-// XFAIL: vg_leak
// CHECK: def One {
// CHECK-NEXT: list<string> names = ["Jeffrey Sinclair"];
diff --git a/llvm/test/TableGen/listconcat.td b/llvm/test/TableGen/listconcat.td
index d055ae65575..870e649d41d 100644
--- a/llvm/test/TableGen/listconcat.td
+++ b/llvm/test/TableGen/listconcat.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
// CHECK: class Y<list<string> Y:S = ?> {
// CHECK: list<string> T1 = !listconcat(Y:S, ["foo"]);
OpenPOWER on IntegriCloud