diff options
Diffstat (limited to 'test/Other/close-stderr.ll')
-rw-r--r-- | test/Other/close-stderr.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll index 60fab3df0d9f..40a01cc3143e 100644 --- a/test/Other/close-stderr.ll +++ b/test/Other/close-stderr.ll @@ -4,6 +4,8 @@ ; RUN: " | FileCheck %s ; CHECK: {{^1$}} ; CHECK: {{^0$}} +; XFAIL: vg_leak +; REQUIRES: shell ; Test that the error handling when writing to stderr fails exits the ; program cleanly rather than aborting. |