summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-07-18 15:38:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-07-18 15:38:50 +0000
commit3ece065dd6a480acb551a8851b6ea769390be1c2 (patch)
tree3882975f7608bc22d3b0447675730ffa3189159e /test/Other
parentf75a964173084bd7a6f5e762caf19fc7a20ede09 (diff)
downloadllvm-3ece065dd6a480acb551a8851b6ea769390be1c2.tar.gz
llvm-3ece065dd6a480acb551a8851b6ea769390be1c2.tar.bz2
llvm-3ece065dd6a480acb551a8851b6ea769390be1c2.tar.xz
llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.
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
Diffstat (limited to 'test/Other')
-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 6e180cd1d8..007ab0ea13 100644
--- a/test/Other/close-stderr.ll
+++ b/test/Other/close-stderr.ll
@@ -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