summaryrefslogtreecommitdiff
path: root/test/TableGen/intrinsic-varargs.td
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-10 14:26:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-10 14:26:08 +0000
commita22657f45757bd11603bec893aa041425d089819 (patch)
treeb8500b383d4a48d8e73eaaf84bd5470fc614f9f9 /test/TableGen/intrinsic-varargs.td
parentc48f086d7c9dcaddd1b4025ce308a4583047202f (diff)
downloadllvm-a22657f45757bd11603bec893aa041425d089819.tar.gz
llvm-a22657f45757bd11603bec893aa041425d089819.tar.bz2
llvm-a22657f45757bd11603bec893aa041425d089819.tar.xz
Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
In historical reason, tblgen is not strictly required to be free from memory leaks. For now, I mark them as XFAIL, they could be fixed, though. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/intrinsic-varargs.td')
-rw-r--r--test/TableGen/intrinsic-varargs.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/intrinsic-varargs.td b/test/TableGen/intrinsic-varargs.td
index ec1fd35829..3e48f8da33 100644
--- a/test/TableGen/intrinsic-varargs.td
+++ b/test/TableGen/intrinsic-varargs.td
@@ -1,4 +1,5 @@
// RUN: llvm-tblgen -gen-intrinsic %s | FileCheck %s
+// XFAIL: vg_leak
class IntrinsicProperty;