From c48f086d7c9dcaddd1b4025ce308a4583047202f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 10 Nov 2013 14:25:44 +0000 Subject: Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPASSing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194352 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/2003-08-03-PassCode.td | 1 - test/TableGen/CStyleComment.td | 1 - test/TableGen/Include.td | 2 +- test/TableGen/IntBitInit.td | 2 +- test/TableGen/String.td | 2 +- test/TableGen/nested-comment.td | 1 - 6 files changed, 3 insertions(+), 6 deletions(-) (limited to 'test/TableGen') diff --git a/test/TableGen/2003-08-03-PassCode.td b/test/TableGen/2003-08-03-PassCode.td index de7d626..b851a15 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 55fb0e7..9c50f7e 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 8783638..1cb779f 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 83713a3..4e150f1 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 c71ed50..576ba81 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 bf030e7..f8581ce 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 -- cgit v1.1