summaryrefslogtreecommitdiff
path: root/test/Other/close-stderr.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-12-07 02:43:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-12-07 02:43:58 +0000
commit50004bedfa2bb8c0ea97cab4382431f270db2d19 (patch)
treecc5ceb212141f05b561feab2687a368d97966c4e /test/Other/close-stderr.ll
parente7331eea2d71daf7c00dd5a68aca8d2aec8117e9 (diff)
downloadllvm-50004bedfa2bb8c0ea97cab4382431f270db2d19.tar.gz
llvm-50004bedfa2bb8c0ea97cab4382431f270db2d19.tar.bz2
llvm-50004bedfa2bb8c0ea97cab4382431f270db2d19.tar.xz
test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/close-stderr.ll')
-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 b6dc1b246a..40a01cc314 100644
--- a/test/Other/close-stderr.ll
+++ b/test/Other/close-stderr.ll
@@ -5,6 +5,7 @@
; 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.