- 22 Aug, 2001 1 commit
-
-
simonmar authored
Slight change to the semantics so that global vars can be modified from within a macro.
-
- 17 Aug, 2001 1 commit
-
-
simonmar authored
- Replace the parser with a happy one - simplify the grammar in a couple of places - don't automatically print out the argument to 'run'.
-
- 16 Aug, 2001 1 commit
-
-
simonmar authored
- Fix a bug in the 'defined' operator - Print fewer newlines
-
- 14 Aug, 2001 1 commit
-
-
simonmar authored
Random hackage, including: - use the GetOpt library rather than hand-coded option parsing - change the binding syntax from --$var=value to just var=value. - be more informative in a couple of error messages
-
- 13 Jul, 2001 1 commit
-
-
sewardj authored
Changes to support comparing against summaries of previous runs: --save-summary=<file> saves a summary of this run <file> --compare-summary=<file> compares this run against summary from <file>
-
- 26 Jun, 2001 1 commit
-
-
sewardj authored
Implement a missing case in doStmt.
-
- 22 Jun, 2001 1 commit
-
-
sewardj authored
Print the outcome for each test as soon as it is known. Makes debugging the testsuite a lot easier.
-
- 21 Jun, 2001 1 commit
-
-
sewardj authored
Add support for piping arbitrary strings through arbitrary programs.
-
- 20 Jun, 2001 1 commit
-
-
sewardj authored
Command-line enhancements: * Restrict the run to specific test(s). * Allow variables to be set at the command line.
-
- 19 Jun, 2001 2 commits
- 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 1 commit
-
-
sewardj authored
Save today's work in a safe of placety, in view of the catastrophically bad current state of our main NFS server.
-
- 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.
-
- 09 Mar, 2001 1 commit
-
-
malcolm authored
#ifdef the import location for `trace' depending on build compiler.
-
- 07 Mar, 2001 1 commit
-
-
sewardj authored
Driver and infrastructure files (.T's) for the new test framework.
-