| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Reviewed By: simonpj, austin
Differential Revision: https://phabricator.haskell.org/D741
|
|
|
|
| |
declaration (fixes #9914)
|
|
|
|
| |
look like prefixes of valid declarations (fixes #9915)
|
|
|
|
| |
Signed-off-by: Austin Seipp <austin@well-typed.com>
|
| |
|
|
|
|
| |
The name 'os' clashes with a python library
|
|
|
|
|
|
|
|
| |
This allows them to give framework failures.
I also had to change how setTestOpts works. Now, rather than applying
the options to the directory's "default options", it just stores the
options to be applied for each test (i.e. once we know the test name).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Added an option to combine stdout and stderr into a single file. This is
useful for ghci scripts that produce interleaved errors and normal
output.
Also modified check_stderr_ok so that it normalizes stderr in the same
way as compile tests.
|
|
|
|
| |
crashes with GHC 7.2.1 and earlier.
|
|
|