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
This commit is contained in:
NAKAMURA Takumi
2013-11-10 14:25:44 +00:00
parent 855c29d82c
commit c48f086d7c
6 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s // RUN: llvm-tblgen %s
// XFAIL: vg_leak
class test<code C> { class test<code C> {
code Code = C; code Code = C;

View File

@ -1,7 +1,6 @@
// Test that multiline, nested, comments work correctly. // Test that multiline, nested, comments work correctly.
// //
// RUN: llvm-tblgen < %s // RUN: llvm-tblgen < %s
// XFAIL: vg_leak
/* Foo /* Foo
bar bar

View File

@ -1,5 +1,5 @@
// RUN: llvm-tblgen -I %p %s // RUN: llvm-tblgen -I %p %s
// XFAIL: vg_leak
def BeforeInclude; def BeforeInclude;
include "Include.inc" include "Include.inc"

View File

@ -1,5 +1,5 @@
// RUN: llvm-tblgen %s // RUN: llvm-tblgen %s
// XFAIL: vg_leak
def { def {
bit A = 1; bit A = 1;
int B = A; int B = A;

View File

@ -1,5 +1,5 @@
// RUN: llvm-tblgen %s // RUN: llvm-tblgen %s
// XFAIL: vg_leak
class x { class x {
string y = "missing terminating '\"' character"; string y = "missing terminating '\"' character";
} }

View File

@ -1,5 +1,4 @@
// RUN: llvm-tblgen < %s // RUN: llvm-tblgen < %s
// XFAIL: vg_leak
/* foo /* foo