diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-09 15:50:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-09 15:50:19 +0000 |
commit | 874f021bc16aaf4619fd818da150f1b63e408c80 (patch) | |
tree | 9a4e7c1d9190ca0a614778b5b2dd9e0374923eda /test/TableGen | |
parent | 9b8cc2bc569db67a606c0264d9f25b14a086d816 (diff) |
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
green.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
-rw-r--r-- | test/TableGen/FieldAccess.td | 2 | ||||
-rw-r--r-- | test/TableGen/ListManip.td | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/TableGen/FieldAccess.td b/test/TableGen/FieldAccess.td index ad652e79ea..8b4dc83e0a 100644 --- a/test/TableGen/FieldAccess.td +++ b/test/TableGen/FieldAccess.td @@ -1,4 +1,6 @@ // RUN: tblgen %s +// XFAIL: vg_leak + class Bla<string t> { string blu = t; diff --git a/test/TableGen/ListManip.td b/test/TableGen/ListManip.td index c221bb1335..55fb5ea85a 100644 --- a/test/TableGen/ListManip.td +++ b/test/TableGen/ListManip.td @@ -1,4 +1,6 @@ // RUN: tblgen %s +// XFAIL: vg_leak + class Bli<string _t> { string t = _t; |