XFAIL test under valgrind. It is not really our problem if sh is leaking.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 9 Sep 2010 22:02:13 +0000 (22:02 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 9 Sep 2010 22:02:13 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113550 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/close-stderr.ll

index 60fab3df0d9f904fb85314248cb4811ba38a0ff2..b6dc1b246a188787eed62ef126fa06c2109dc28c 100644 (file)
@@ -4,6 +4,7 @@
 ; RUN:       " | FileCheck %s
 ; CHECK: {{^1$}}
 ; CHECK: {{^0$}}
+; XFAIL: vg_leak
 
 ; Test that the error handling when writing to stderr fails exits the
 ; program cleanly rather than aborting.