summaryrefslogtreecommitdiff
path: root/test/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen')
-rw-r--r--test/TableGen/2003-08-03-PassCode.td1
-rw-r--r--test/TableGen/CStyleComment.td1
-rw-r--r--test/TableGen/Include.td2
-rw-r--r--test/TableGen/IntBitInit.td2
-rw-r--r--test/TableGen/String.td2
-rw-r--r--test/TableGen/nested-comment.td1
6 files changed, 3 insertions, 6 deletions
diff --git a/test/TableGen/2003-08-03-PassCode.td b/test/TableGen/2003-08-03-PassCode.td
index de7d6261b2..b851a15ffe 100644
--- a/test/TableGen/2003-08-03-PassCode.td
+++ b/test/TableGen/2003-08-03-PassCode.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s
-// XFAIL: vg_leak
class test<code C> {
code Code = C;
diff --git a/test/TableGen/CStyleComment.td b/test/TableGen/CStyleComment.td
index 55fb0e787b..9c50f7e96f 100644
--- a/test/TableGen/CStyleComment.td
+++ b/test/TableGen/CStyleComment.td
@@ -1,7 +1,6 @@
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
-// XFAIL: vg_leak
/* Foo
bar
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td
index 8783638f0c..1cb779f611 100644
--- a/test/TableGen/Include.td
+++ b/test/TableGen/Include.td
@@ -1,5 +1,5 @@
// RUN: llvm-tblgen -I %p %s
-// XFAIL: vg_leak
+
def BeforeInclude;
include "Include.inc"
diff --git a/test/TableGen/IntBitInit.td b/test/TableGen/IntBitInit.td
index 83713a3332..4e150f1683 100644
--- a/test/TableGen/IntBitInit.td
+++ b/test/TableGen/IntBitInit.td
@@ -1,5 +1,5 @@
// RUN: llvm-tblgen %s
-// XFAIL: vg_leak
+
def {
bit A = 1;
int B = A;
diff --git a/test/TableGen/String.td b/test/TableGen/String.td
index c71ed50f98..576ba818f3 100644
--- a/test/TableGen/String.td
+++ b/test/TableGen/String.td
@@ -1,5 +1,5 @@
// RUN: llvm-tblgen %s
-// XFAIL: vg_leak
+
class x {
string y = "missing terminating '\"' character";
}
diff --git a/test/TableGen/nested-comment.td b/test/TableGen/nested-comment.td
index bf030e77a4..f8581ceb2f 100644
--- a/test/TableGen/nested-comment.td
+++ b/test/TableGen/nested-comment.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen < %s
-// XFAIL: vg_leak
/* foo