From ae5ea6cab040003f565775b132d243157b25a152 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 26 Aug 2011 20:41:20 +0000 Subject: valgrind: Always suppress tblgen leaks. I'll clean up the rest of the XFAIL: vg_leak lines if this works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138652 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/CStyleComment.td | 1 - test/TableGen/Include.td | 1 - test/TableGen/nested-comment.td | 1 - 3 files changed, 3 deletions(-) (limited to 'test/TableGen') diff --git a/test/TableGen/CStyleComment.td b/test/TableGen/CStyleComment.td index cc203d0fd0..703ae6837e 100644 --- a/test/TableGen/CStyleComment.td +++ b/test/TableGen/CStyleComment.td @@ -1,7 +1,6 @@ // 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 9b020e6871..29ed5150c6 100644 --- a/test/TableGen/Include.td +++ b/test/TableGen/Include.td @@ -1,5 +1,4 @@ // 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 98313576e3..68e29581bc 100644 --- a/test/TableGen/nested-comment.td +++ b/test/TableGen/nested-comment.td @@ -1,5 +1,4 @@ // RUN: tblgen < %s -// XFAIL: vg_leak /* foo -- cgit v1.2.3