summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-08-26 17:00:30 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-08-26 17:00:30 +0000
commit6eb9666bb8a473506e0bca454f236ace917f1574 (patch)
tree8a10c5cf8175bb012da9414ff70a3e376b39132a /llvm/test/TableGen
parentcb2c52f7acccf78a47f3930be282d572f94a2fa9 (diff)
downloadbcm5719-llvm-6eb9666bb8a473506e0bca454f236ace917f1574.tar.gz
bcm5719-llvm-6eb9666bb8a473506e0bca454f236ace917f1574.zip
We don't care if TableGen leaks memory.
llvm-svn: 138634
Diffstat (limited to 'llvm/test/TableGen')
-rw-r--r--llvm/test/TableGen/CStyleComment.td1
-rw-r--r--llvm/test/TableGen/Include.td1
-rw-r--r--llvm/test/TableGen/nested-comment.td1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/TableGen/CStyleComment.td b/llvm/test/TableGen/CStyleComment.td
index 703ae6837eb..cc203d0fd0f 100644
--- a/llvm/test/TableGen/CStyleComment.td
+++ b/llvm/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/llvm/test/TableGen/Include.td b/llvm/test/TableGen/Include.td
index 29ed5150c62..9b020e6871e 100644
--- a/llvm/test/TableGen/Include.td
+++ b/llvm/test/TableGen/Include.td
@@ -1,4 +1,5 @@
// RUN: tblgen -I %p %s
+// XFAIL: vg_leak
def BeforeInclude;
include "Include.inc"
diff --git a/llvm/test/TableGen/nested-comment.td b/llvm/test/TableGen/nested-comment.td
index 68e29581bc7..98313576e38 100644
--- a/llvm/test/TableGen/nested-comment.td
+++ b/llvm/test/TableGen/nested-comment.td
@@ -1,4 +1,5 @@
// RUN: tblgen < %s
+// XFAIL: vg_leak
/* foo
OpenPOWER on IntegriCloud