OSDN Git Service

test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 9 May 2014 08:18:33 +0000 (08:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 9 May 2014 08:18:33 +0000 (08:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208393 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/GeneralList.td
test/TableGen/lisp.td
test/TableGen/listconcat.td

index 9e0c7df..17cc9a5 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s
-// XFAIL: vg_leak
 //
 // Test to make sure that lists work with any data-type
 
index 9e58605..d753fbd 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s
-// XFAIL: vg_leak
 
 // CHECK:      def One {
 // CHECK-NEXT:   list<string> names = ["Jeffrey Sinclair"];
index d055ae6..870e649 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 // CHECK: class Y<list<string> Y:S = ?> {
 // CHECK:   list<string> T1 = !listconcat(Y:S, ["foo"]);