From: Jakob Stoklund Olesen Date: Thu, 9 Sep 2010 22:02:13 +0000 (+0000) Subject: XFAIL test under valgrind. It is not really our problem if sh is leaking. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61ca48e0da42edbb4cc98305cb9e617473da7bba;p=oota-llvm.git 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 --- diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll index 60fab3df0d9..b6dc1b246a1 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.