diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-26 17:00:30 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-26 17:00:30 +0000 |
commit | 06a531ff63ff0eef8ac8fab38d148a968154c006 (patch) | |
tree | cd2659e7c5d2bda53e35ed8324aea0b273697765 /test/TableGen | |
parent | 54f8a9f54dfa39275f6fd277440b233891069283 (diff) |
We don't care if TableGen leaks memory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
-rw-r--r-- | test/TableGen/CStyleComment.td | 1 | ||||
-rw-r--r-- | test/TableGen/Include.td | 1 | ||||
-rw-r--r-- | test/TableGen/nested-comment.td | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/TableGen/CStyleComment.td b/test/TableGen/CStyleComment.td index 703ae6837e..cc203d0fd0 100644 --- a/test/TableGen/CStyleComment.td +++ b/test/TableGen/CStyleComment.td @@ -1,6 +1,7 @@ // Test that multiline, nested, comments work correctly. // // RUN: tblgen < %s +// XFAIL: vg_leak /* Foo bar diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td index 29ed5150c6..9b020e6871 100644 --- a/test/TableGen/Include.td +++ b/test/TableGen/Include.td @@ -1,4 +1,5 @@ // RUN: tblgen -I %p %s +// XFAIL: vg_leak def BeforeInclude; include "Include.inc" diff --git a/test/TableGen/nested-comment.td b/test/TableGen/nested-comment.td index 68e29581bc..98313576e3 100644 --- a/test/TableGen/nested-comment.td +++ b/test/TableGen/nested-comment.td @@ -1,4 +1,5 @@ // RUN: tblgen < %s +// XFAIL: vg_leak /* foo |