From c48f086d7c9dcaddd1b4025ce308a4583047202f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 10 Nov 2013 14:25:44 +0000 Subject: [PATCH] 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(-) 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 -- 2.34.1