- 29 Aug, 2001 1 commit
-
-
simonmar authored
bugfix in check_stderr_ok()
-
- 22 Aug, 2001 6 commits
-
-
simonmar authored
Run the compiler from the directory in which the test source lives. This allows simple multi-module tests using the vanilla test macros to work (not strictly the right way to do it, but several of our tests are of this kind).
-
simonmar authored
More tidyups and code sharing.
-
simonmar authored
Run each test in its own directory, rather than trying to run them all from the directory in which the driver was started. This is required because several tests expect to be able to open auxilliary files in the current directory.
-
simonmar authored
expected failure fixes
-
simonmar authored
don't forget to include std-macros.T
-
simonmar authored
Allow expected failures.
-
- 20 Aug, 2001 1 commit
-
-
simonmar authored
print contents of the file that should have been empty, in verbose mode
-
- 17 Aug, 2001 3 commits
- 16 Aug, 2001 4 commits
-
-
simonmar authored
Allow compiling to .hc only.
-
simonmar authored
Don't try to handle multiple sample stdout/stderr files for now.
-
simonmar authored
- print diffs when output files differ (in verbose mode) - allow new output to be "accepted" by saying accept=True on the cmd line - abstract some command names (to the top of the file for now)
-
simonmar authored
Add a verbose flag (use ./runtests verbose=True to get the actual command lines printed out)
-
- 13 Jul, 2001 2 commits
- 11 Jul, 2001 1 commit
-
-
sewardj authored
Rename some functions used in vanilla-test.T to be more consistent/logical.
-
- 27 Jun, 2001 1 commit
-
-
sewardj authored
Fix bug in vanilla-comp-test-actions
-
- 25 Jun, 2001 1 commit
-
-
sewardj authored
Improved diagnostics when a should_compile test fails.
-
- 22 Jun, 2001 3 commits
- 21 Jun, 2001 1 commit
-
-
sewardj authored
Further adventures to do with approximate matching of compiler error messages. Use the new pipe facility in the test driver to normalise error messages before comparison, by piping them through new program normalise_errmsg. This avoids various kinds of tiresome comparison failures to do with capitalisation, whitespace changes, and path names.
-
- 20 Jun, 2001 1 commit
-
-
sewardj authored
Add support for compile-only (should_run) style tests.
-
- 19 Jun, 2001 1 commit
-
-
sewardj authored
Track recent hackery.
-
- 14 Jun, 2001 1 commit
-
-
sewardj authored
Commit hackery so far.
-
- 13 Jun, 2001 1 commit
-
-
sewardj authored
Changes to support running "vanilla" tests -- those with a single source file, reference .stdin, .stdout and maybe .stderr files. These constitute the vast majority of GHC tests.
-