summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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