- 26 Jun, 2001 3 commits
-
-
sewardj authored
Add the numeric/ tests.
-
sewardj authored
Add the printing tests. Dem wot understands the rationale behind these tests should fix them up accordingly. At the moment they pass flags which ghc-5.X doesn't understand. Doesn't look to me as if these tests have been operational in a long while.
-
sewardj authored
Add the parser tests, formerly known as reader/. Contains a significant amount of breakage which needs to be looked at.
-
- 25 Jun, 2001 4 commits
-
-
simonpj authored
Add an implicit-parameter test
-
sewardj authored
Improved diagnostics when a should_compile test fails.
-
sewardj authored
Use an installed ghc-5.00.2 to build the test driver and error normaliser. This is a temp hack until the Makefiles in testsuite/ are properly integrated into mkworld.
-
sewardj authored
Enough commits to make it usable.
-
- 22 Jun, 2001 9 commits
-
-
sewardj authored
More diagnostic wibbles.
-
sewardj authored
Add deSugar tests.
-
sewardj authored
Further improvements to printing of diagnostic information.
-
sewardj authored
Add simplifier tests.
-
sewardj authored
normalise_errmsg()s in a few more places.
-
sewardj authored
Add stranal tests.
-
sewardj authored
Assimilate renamer tests.
-
sewardj authored
Print the outcome for each test as soon as it is known. Makes debugging the testsuite a lot easier.
-
sewardj authored
Updated expected output for typechecker failure tests.
-
- 21 Jun, 2001 4 commits
-
-
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.
-
sewardj authored
Add support for piping arbitrary strings through arbitrary programs.
-
sewardj authored
Add typechecker should_fail tests.
-
sewardj authored
Document current limitations of ghc-regress tests.
-
- 20 Jun, 2001 7 commits
-
-
sewardj authored
Quite a significant number of your typechecker tests are belong to fptools/testsuite.
-
sewardj authored
Hey! This game is easy.
-
sewardj authored
Complete the codeGen tests.
-
sewardj authored
Add support for compile-only (should_run) style tests.
-
sewardj authored
Various misc hackery which didn't seem to have made it through since the last commit.
-
sewardj authored
All your codeGen tests are belong to me. Well, the should_run ones, at least.
-
sewardj authored
Command-line enhancements: * Restrict the run to specific test(s). * Allow variables to be set at the command line.
-
- 19 Jun, 2001 4 commits
-
-
sewardj authored
Track recent hackery.
-
sewardj authored
More minor tweaks.
-
sewardj authored
Move to new framework.
-
sewardj authored
Many improvements and debuggings. The test driver now works as desired, with multiple tests described in each .T file, and with the test driver having a minimum of hardwired logic.
-
- 18 Jun, 2001 1 commit
-
-
sewardj authored
Onwards and upwards (allegedly).
-
- 15 Jun, 2001 1 commit
-
-
sewardj authored
Yet another major rewrite of the test driver.
-
- 14 Jun, 2001 2 commits
- 13 Jun, 2001 2 commits
- 12 Jun, 2001 2 commits
- 12 Mar, 2001 1 commit
-
-
malcolm authored
Typo in test config file: expect -> expected
-