Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
21770 commits behind the upstream repository.
Thomas Miedema's avatar
Thomas Miedema 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
1084d375
History
Name Last commit Last update
..
should_fail
should_run
Makefile