This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 22 Aug, 2001 3 commits
-
-
simonmar authored
Use makefiles in the subdirectories to ease running the test driver in a subdirectory. It can be run in the following ways: make -- run all the tests in the current directory make verbose -- as make test, but up the verbosity make accept -- run the tests, accepting the current output and you can also set some variables on the command line, eg. make accept TESTS=arr001 -- accept an individual test make EXTRA_HC_OPTS='-v' -- extra flags to the haskell compiler make CONFIG=<config> -- use a different test config this will all go in the docs at some point.
-
simonmar authored
Add a simple fptools project, so we don't have to wire in things like the location of GHC_INPLACE, and so we can use Makefiles in the various test subdirectories to simplify running the test driver.
-
simonpj authored
add strictness test
-
- 21 Aug, 2001 1 commit
-
-
simonpj authored
Add tc133
-
- 20 Aug, 2001 7 commits
-
-
simonmar authored
update these tests
-
simonmar authored
ignore newlines too: because the compiler pretty-prints error messages, we sometimes encounter spurious line wrappage.
-
simonmar authored
fix obviously wrong typo
-
simonmar authored
We had file better turn on -fglasgow-exts for this test: it uses local unversal quantification.
-
simonmar authored
These tests now work
-
simonmar authored
print contents of the file that should have been empty, in verbose mode
-
simonpj authored
Add tcrun016
-
- 17 Aug, 2001 5 commits
-
-
simonmar authored
Knock this into slightly better shape and bring over some more tests from the old test suite.
-
simonmar authored
Print a helpful message when the program produced some output and it shouldn't have. Allow $stdin to be overriden.
-
simonmar authored
Use say_fail_if_noteq() rather than inline version.
-
simonmar authored
Track some minor changes to the syntax.
-
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 9 commits
-
-
simonmar authored
Allow compiling to .hc only.
-
simonmar authored
merge from old test suite
-
simonmar authored
Don't try to handle multiple sample stdout/stderr files for now.
-
simonmar authored
Fix these tests.
-
simonmar authored
Bring these tests up to date.
-
simonmar authored
--tool is no longer a formal option: you can get the same effect by just saying tool=<tool> on the command line. This means it can also be set in a config file instead.
-
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)
-
simonmar authored
- Fix a bug in the 'defined' operator - Print fewer newlines
-
- 14 Aug, 2001 2 commits
-
-
sewardj authored
Some rudimentary documentation of the .T language syntax and semantics.
-
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
-
- 25 Jul, 2001 1 commit
-
-
simonpj authored
Add tc132
-
- 23 Jul, 2001 1 commit
-
-
simonpj authored
Add tc131
-
- 20 Jul, 2001 1 commit
-
-
simonpj authored
Add test for newtypes
-
- 13 Jul, 2001 5 commits
-
-
sewardj authored
printing wibble
-
sewardj authored
Fix bogons from last commit.
-
sewardj authored
Handy shell scripts for running tests. Use either as ./run or ./run testname(s) (In general, ./run followed by any other args you want to pass to the test driver).
-
sewardj authored
-- Use diff to show diffs between actual and expected compiler output. -- Show compiler output in cases where none was expected.
-
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>
-
- 12 Jul, 2001 2 commits
- 11 Jul, 2001 3 commits