summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-09 22:02:13 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-09 22:02:13 +0000
commit61ca48e0da42edbb4cc98305cb9e617473da7bba (patch)
tree206d82f5e7755de269a0efe15b7eb7d266a98d68 /test
parent9ee4ce2f91250ef44fea427392c8dad369df8972 (diff)
downloadllvm-61ca48e0da42edbb4cc98305cb9e617473da7bba.tar.gz
llvm-61ca48e0da42edbb4cc98305cb9e617473da7bba.tar.bz2
llvm-61ca48e0da42edbb4cc98305cb9e617473da7bba.tar.xz
XFAIL test under valgrind. It is not really our problem if sh is leaking.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Other/close-stderr.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll
index 60fab3df0d..b6dc1b246a 100644
--- a/test/Other/close-stderr.ll
+++ b/test/Other/close-stderr.ll
@@ -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.