summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-13 21:57:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-13 21:57:42 +0000
commit2aac6161e41c4b415d3922fb4d6dcc5da1fe8d68 (patch)
tree7a3c0d2a6aeb0d2ce684cf63782b30a3660fb4d5 /test/Other
parent51abc9877e229bddf258d24386ab8d394e93ac33 (diff)
downloadllvm-2aac6161e41c4b415d3922fb4d6dcc5da1fe8d68.tar.gz
llvm-2aac6161e41c4b415d3922fb4d6dcc5da1fe8d68.tar.bz2
llvm-2aac6161e41c4b415d3922fb4d6dcc5da1fe8d68.tar.xz
Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.", corresponding to r167849.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167876 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 e48f44fb40..1d207c75c6 100644
--- a/test/Other/close-stderr.ll
+++ b/test/Other/close-stderr.ll
@@ -5,8 +5,5 @@
; XFAIL: vg_leak
; REQUIRES: shell
-; On MSYS, 70 is not seen, but 1. r127726 should be reworked.
-; XFAIL: mingw32
-
; Test that the error handling when writing to stderr fails exits the
; program cleanly rather than aborting.