- 29 Jun, 2016 1 commit
-
-
thomie authored
The problem with ignore_output is that it hides errors for WAY=ghci. GHCi always returns with exit code 0 (unless it is broken itself). For example: ghci015 must have been failing with compile errors for years, but we didn't notice because all output was ignored. Therefore, replace all uses of ignore_output with either ignore_stderr or ignore_stdout. In some cases I opted for adding the expected output. Update submodule hpc and stm. Reviewed by: simonmar Differential Revision: https://phabricator.haskell.org/D2367
-
- 20 Jul, 2011 1 commit
-
-
dterei authored
-
- 23 Aug, 2006 1 commit
-
-
Simon Marlow authored
-
- 11 Aug, 2006 1 commit
-
-
Simon Marlow authored
-
- 27 Jul, 2006 1 commit
-
-
Simon Marlow authored
-
- 02 Aug, 2005 1 commit
-
-
simonmar authored
update test
-
- 21 Jul, 2005 1 commit
-
-
simonmar authored
Add ghcpkg04 tests, and pkg01 (test that compiling a module that is also a package module gives an error).
-