1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

XFAIL close-stderr on win32

The test runner does not rewrite instances of /dev/null inside the
quoted sh command.  /dev/null does not exist, so opt will fail to open
it, and return a non-zero exit code.

llvm-svn: 173509
This commit is contained in:
Reid Kleckner 2013-01-25 22:12:54 +00:00
parent cb8f1dfdd3
commit c8ef60e375

View File

@ -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.