1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPASSing.

llvm-svn: 194352
This commit is contained in:
NAKAMURA Takumi 2013-11-10 14:25:44 +00:00
parent 74b6463d35
commit dd65c56c8c
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