summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-07-18 17:00:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-07-18 17:00:54 +0000
commit2cf5425d0a048fbf36fc15035487f427499b514a (patch)
tree5484a77c69ec4bfdc94e7be92b89cf3e6e8d6f62 /test/Other
parent431b0a7646105c53c607cbf0015c615269bc5f11 (diff)
downloadllvm-2cf5425d0a048fbf36fc15035487f427499b514a.tar.gz
llvm-2cf5425d0a048fbf36fc15035487f427499b514a.tar.bz2
llvm-2cf5425d0a048fbf36fc15035487f427499b514a.tar.xz
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_file in sys::fs::getStatus(HANDLE).
It fixes llvm/test/Other/close-stderr.ll on msys. FIXME: Provide unittests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/close-stderr.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll
index 007ab0ea13..6e180cd1d8 100644
--- a/test/Other/close-stderr.ll
+++ b/test/Other/close-stderr.ll
@@ -9,9 +9,6 @@
; 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