diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-12 14:06:21 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-12 14:06:21 +0000 |
| commit | 01d9e24f7044710e685ed57ec697df30c8038a90 (patch) | |
| tree | e6329ef002027963196a4eef5016c34bc8a5eebf /llvm | |
| parent | 3ed2fb1ab622fbf3bb1b8051adbf8084e0c53ec0 (diff) | |
| download | bcm5719-llvm-01d9e24f7044710e685ed57ec697df30c8038a90.tar.gz bcm5719-llvm-01d9e24f7044710e685ed57ec697df30c8038a90.zip | |
llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been failing since r215176.
llvm-svn: 215445
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/TableGen/ForeachList.td | 1 | ||||
| -rw-r--r-- | llvm/test/TableGen/ForeachLoop.td | 1 | ||||
| -rw-r--r-- | llvm/test/TableGen/NestedForeach.td | 1 | ||||
| -rw-r--r-- | llvm/test/TableGen/SiblingForeach.td | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/TableGen/ForeachList.td b/llvm/test/TableGen/ForeachList.td index 99b7e14c2d5..9bc76e0f0cf 100644 --- a/llvm/test/TableGen/ForeachList.td +++ b/llvm/test/TableGen/ForeachList.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Register<string name, int idx> { string Name = name; diff --git a/llvm/test/TableGen/ForeachLoop.td b/llvm/test/TableGen/ForeachLoop.td index 25208fae227..ce8d44c7526 100644 --- a/llvm/test/TableGen/ForeachLoop.td +++ b/llvm/test/TableGen/ForeachLoop.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class Register<string name, int idx> { string Name = name; diff --git a/llvm/test/TableGen/NestedForeach.td b/llvm/test/TableGen/NestedForeach.td index e8c16f720d0..5b63175b192 100644 --- a/llvm/test/TableGen/NestedForeach.td +++ b/llvm/test/TableGen/NestedForeach.td @@ -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; diff --git a/llvm/test/TableGen/SiblingForeach.td b/llvm/test/TableGen/SiblingForeach.td index a11f6f87b42..e4c4704a5e3 100644 --- a/llvm/test/TableGen/SiblingForeach.td +++ b/llvm/test/TableGen/SiblingForeach.td @@ -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; |

