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
// XFAIL: vg_leak
class test<code C> {
code Code = C;

View File

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

View File

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

View File

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

View File

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

View File

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