diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-18 15:38:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-18 15:38:50 +0000 |
commit | 3ece065dd6a480acb551a8851b6ea769390be1c2 (patch) | |
tree | 3882975f7608bc22d3b0447675730ffa3189159e | |
parent | f75a964173084bd7a6f5e762caf19fc7a20ede09 (diff) | |
download | external_llvm-3ece065dd6a480acb551a8851b6ea769390be1c2.zip external_llvm-3ece065dd6a480acb551a8851b6ea769390be1c2.tar.gz external_llvm-3ece065dd6a480acb551a8851b6ea769390be1c2.tar.bz2 |
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
-rw-r--r-- | test/Other/close-stderr.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Other/close-stderr.ll b/test/Other/close-stderr.ll index 6e180cd..007ab0e 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 |