From ad4480cf8b9079ab2aced0c2515bacabe51e9c70 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 9 May 2014 08:18:33 +0000 Subject: [PATCH] test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208393 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/GeneralList.td | 1 - test/TableGen/lisp.td | 1 - test/TableGen/listconcat.td | 1 - 3 files changed, 3 deletions(-) diff --git a/test/TableGen/GeneralList.td b/test/TableGen/GeneralList.td index 9e0c7df552b..17cc9a5cb03 100644 --- a/test/TableGen/GeneralList.td +++ b/test/TableGen/GeneralList.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s -// XFAIL: vg_leak // // Test to make sure that lists work with any data-type diff --git a/test/TableGen/lisp.td b/test/TableGen/lisp.td index 9e586055ff9..d753fbd299c 100644 --- a/test/TableGen/lisp.td +++ b/test/TableGen/lisp.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s -// XFAIL: vg_leak // CHECK: def One { // CHECK-NEXT: list names = ["Jeffrey Sinclair"]; diff --git a/test/TableGen/listconcat.td b/test/TableGen/listconcat.td index d055ae65575..870e649d41d 100644 --- a/test/TableGen/listconcat.td +++ b/test/TableGen/listconcat.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak // CHECK: class Y Y:S = ?> { // CHECK: list T1 = !listconcat(Y:S, ["foo"]);