llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 18 Jul 2013 15:38:50 +0000 (15:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 18 Jul 2013 15:38:50 +0000 (15:38 +0000)
sys::fs::status() doesn't work on pipes. Investigating.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186586 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/close-stderr.ll

index 6e180cd1d898fe622ae5635a79440e62cc3c6883..007ab0ea131a78e77ca7fc938a2124c642d2b945 100644 (file)
@@ -9,6 +9,9 @@
 ; XFAIL: vg_leak
 ; REQUIRES: shell
 
+; FIXME: sys::fs::status() doesn't work on pipes, since r186560.
+; XFAIL: mingw32
+
 ; opt will fail to open /dev/null on native win32.
 ; XFAIL: win32