summaryrefslogtreecommitdiff
path: root/test/Other/close-stderr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/close-stderr.ll')
-rw-r--r--test/Other/close-stderr.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll
index b310bc2c04..6e180cd1d8 100644
--- a/test/Other/close-stderr.ll
+++ b/test/Other/close-stderr.ll
@@ -9,5 +9,8 @@
; XFAIL: vg_leak
; REQUIRES: shell
+; opt will fail to open /dev/null on native win32.
+; XFAIL: win32
+
; Test that the error handling when writing to stderr fails exits the
; program cleanly rather than aborting.