diff --git a/test/TableGen/2003-08-03-PassCode.td b/test/TableGen/2003-08-03-PassCode.td index de7d6261b23..b851a15ffe8 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 Code = C; diff --git a/test/TableGen/CStyleComment.td b/test/TableGen/CStyleComment.td index 55fb0e787b6..9c50f7e96f8 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 8783638f0c6..1cb779f611a 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 83713a33321..4e150f16833 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 c71ed50f986..576ba818f38 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 bf030e77a4b..f8581ceb2ff 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