summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.