History log of /external/llvm/test/Other/close-stderr.ll
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94400d4a4e08ed770f017f07ce02f567cfb5c174 26-Oct-2013 NAKAMURA Takumi <geek4civic@gmail.com> llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.

"REQUIRES: shell" should cover if this failed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193458 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
2cf5425d0a048fbf36fc15035487f427499b514a 18-Jul-2013 NAKAMURA Takumi <geek4civic@gmail.com> 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
/external/llvm/test/Other/close-stderr.ll
3ece065dd6a480acb551a8851b6ea769390be1c2 18-Jul-2013 NAKAMURA Takumi <geek4civic@gmail.com> 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
/external/llvm/test/Other/close-stderr.ll
1eb5aea5047228e0c0a5c5a01809124228387332 25-Jan-2013 Reid Kleckner <reid@kleckner.net> XFAIL close-stderr on win32

The test runner does not rewrite instances of /dev/null inside the
quoted sh command. /dev/null does not exist, so opt will fail to open
it, and return a non-zero exit code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173509 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
fe311dba3ecb5a6b9451bbd56181a3f3b5fb2319 20-Jan-2013 NAKAMURA Takumi <geek4civic@gmail.com> llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 instead of 1 here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172956 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
2aac6161e41c4b415d3922fb4d6dcc5da1fe8d68 13-Nov-2012 NAKAMURA Takumi <geek4civic@gmail.com> 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
/external/llvm/test/Other/close-stderr.ll
fc298c76c7e5f569ab4310b237784609458c2ea8 13-Nov-2012 Chad Rosier <mcrosier@apple.com> Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167849 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
90c61c4a7497d24e9e29fc64e311e45b0419e13d 13-Nov-2012 NAKAMURA Takumi <geek4civic@gmail.com> llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.

On MSYS, 70 is not seen, but 1.

r127726 should be reworked. Candidate options are;

1) Use not exit(70), but _exit(70), in report_fatal_error().
2) Return with _exit(70) in ~raw_ostream().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
fa77cced0b7727f0d3c9c49cb2f3cbdc8ae52c3e 12-Nov-2012 Chad Rosier <mcrosier@apple.com> Update test case for r167754/r167755.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167760 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
c0fdba955abe7021739c6682c2acff378682ee75 02-Jul-2012 Chandler Carruth <chandlerc@gmail.com> The built-in shell test runner for some reason doesn't like the quoting
and multi-line nature of this test. I don't really feel like bugging
this kind of edge-case, so just put it on one line and use single
quotes. With this, every test *really* passes with the built-in shell
test runner.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159530 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
50004bedfa2bb8c0ea97cab4382431f270db2d19 07-Dec-2010 NAKAMURA Takumi <geek4civic@gmail.com> test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121105 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
61ca48e0da42edbb4cc98305cb9e617473da7bba 10-Sep-2010 Jakob Stoklund Olesen <stoklund@2pi.dk> XFAIL test under valgrind. It is not really our problem if sh is leaking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113550 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
f90ab07c351ffd2f82c424fd310de2b8664417e4 23-Aug-2010 Chandler Carruth <chandlerc@gmail.com> Try to escape the '$'s in these so they reach the underlying 'sh' invocation.
I have no idea how lit did the right thing here, but other test runners don't.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111805 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll
e0b313d599684ac4b404c16a081e461a6f3cee4f 19-Aug-2010 Dan Gohman <gohman@apple.com> Add a testcase to verify that commands don't crash when they hit
errors on stderr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111440 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/close-stderr.ll