NAKAMURA Takumi
0328dfa6a4
llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.
...
"REQUIRES: shell" should cover if this failed.
llvm-svn: 193458
2013-10-26 02:50:14 +00:00
NAKAMURA Takumi
8b01da4bd8
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.
llvm-svn: 186588
2013-07-18 17:00:54 +00:00
NAKAMURA Takumi
047435e0bf
llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.
...
sys::fs::status() doesn't work on pipes. Investigating.
llvm-svn: 186586
2013-07-18 15:38:50 +00:00
Reid Kleckner
1aa3784960
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.
llvm-svn: 173509
2013-01-25 22:12:54 +00:00
NAKAMURA Takumi
619ca0dc40
llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 instead of 1 here.
...
llvm-svn: 172956
2013-01-20 03:35:39 +00:00
NAKAMURA Takumi
472264c6b4
Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.", corresponding to r167849.
...
llvm-svn: 167876
2012-11-13 21:57:42 +00:00
Chad Rosier
379574fd20
Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors.
...
llvm-svn: 167849
2012-11-13 16:42:19 +00:00
NAKAMURA Takumi
4fa2bd8c7a
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().
llvm-svn: 167836
2012-11-13 15:03:33 +00:00
Chad Rosier
a458d88b21
Update test case for r167754/r167755.
...
llvm-svn: 167760
2012-11-12 21:51:08 +00:00
Chandler Carruth
665c76bc52
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.
llvm-svn: 159530
2012-07-02 13:35:01 +00:00
NAKAMURA Takumi
2a61f4e364
test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash.
...
llvm-svn: 121105
2010-12-07 02:43:58 +00:00
Jakob Stoklund Olesen
728941fabc
XFAIL test under valgrind. It is not really our problem if sh is leaking.
...
llvm-svn: 113550
2010-09-09 22:02:13 +00:00
Chandler Carruth
ebf42ac831
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.
llvm-svn: 111805
2010-08-23 08:54:19 +00:00
Dan Gohman
492c2ea31e
Add a testcase to verify that commands don't crash when they hit
...
errors on stderr.
llvm-svn: 111440
2010-08-18 22:35:56 +00:00