From 32989deb9641cf3878686b5634311a7a125f8f02 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Sat, 20 Mar 2010 23:08:45 +0000 Subject: Add support for XFAILing valgrind runs with memory leak checking independently of runs without leak checking. We add -vg to the triple for non-checked runs, or -vg_leak for checked runs. Also use this to XFAIL the TableGen tests, since tablegen leaks like a sieve. This includes some valgrindArgs refactoring. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99103 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/2003-08-03-PassCode.td | 1 + 1 file changed, 1 insertion(+) (limited to 'test/TableGen/2003-08-03-PassCode.td') diff --git a/test/TableGen/2003-08-03-PassCode.td b/test/TableGen/2003-08-03-PassCode.td index 71421865a5..c02f499b38 100644 --- a/test/TableGen/2003-08-03-PassCode.td +++ b/test/TableGen/2003-08-03-PassCode.td @@ -1,4 +1,5 @@ // RUN: tblgen %s +// XFAIL: vg_leak class test { code Code = C; -- cgit v1.2.3