From 5d53ff54c0a3eea2cb9585f1f41401d1cc3c81c9 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 10 Oct 2011 13:09:59 +0000 Subject: XFAIL tblgen tests on leak checkers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141533 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/ListOfList.td | 1 + test/TableGen/LoLoL.td | 1 + test/TableGen/MultiPat.td | 1 + 3 files changed, 3 insertions(+) (limited to 'test/TableGen') diff --git a/test/TableGen/ListOfList.td b/test/TableGen/ListOfList.td index 17cc43b..565a99c 100644 --- a/test/TableGen/ListOfList.td +++ b/test/TableGen/ListOfList.td @@ -1,6 +1,7 @@ // RUN llvm-tblgen %s | FileCheck %s // RUN: llvm-tblgen %s | grep {foo} | count 1 +// XFAIL: vg_leak class Base { string text = t; diff --git a/test/TableGen/LoLoL.td b/test/TableGen/LoLoL.td index f758e1b..778c960 100644 --- a/test/TableGen/LoLoL.td +++ b/test/TableGen/LoLoL.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s | FileCheck %s +// XFAIL: vg_leak class Base v> { list values = v; diff --git a/test/TableGen/MultiPat.td b/test/TableGen/MultiPat.td index b49b06c..b379277 100644 --- a/test/TableGen/MultiPat.td +++ b/test/TableGen/MultiPat.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s | FileCheck %s +// XFAIL: vg_leak class ValueType { int Size = size; -- cgit v1.1