From: NAKAMURA Takumi Date: Tue, 13 Nov 2012 21:57:42 +0000 (+0000) Subject: Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=472264c6b4a44c089643b67d6f4faaffb96bd4b6;p=platform%2Fupstream%2Fllvm.git Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.", corresponding to r167849. llvm-svn: 167876 --- diff --git a/llvm/test/Other/close-stderr.ll b/llvm/test/Other/close-stderr.ll index e48f44f..1d207c7 100644 --- a/llvm/test/Other/close-stderr.ll +++ b/llvm/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.