OSDN Git Service

llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been failing...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 12 Aug 2014 14:06:21 +0000 (14:06 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 12 Aug 2014 14:06:21 +0000 (14:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215445 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/ForeachList.td
test/TableGen/ForeachLoop.td
test/TableGen/NestedForeach.td
test/TableGen/SiblingForeach.td

index 99b7e14..9bc76e0 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 class Register<string name, int idx> {
   string Name = name;
index 25208fa..ce8d44c 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 class Register<string name, int idx> {
   string Name = name;
index e8c16f7..5b63175 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 class Droid<string series, int release, string model, int patchlevel> {
   string Series = series;
index a11f6f8..e4c4704 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 class Set<int i = 0, int j = 0, int k = 0> {
   int I = i;