- 03 Sep, 2002 1 commit
-
-
simonmar authored
Add test for fixity of (%).
-
- 02 Sep, 2002 1 commit
-
-
simonpj authored
Add rank-N test
-
- 29 Aug, 2002 4 commits
- 28 Aug, 2002 1 commit
-
-
simonpj authored
Add a SOH read test
-
- 26 Aug, 2002 2 commits
- 21 Aug, 2002 1 commit
-
-
simonmar authored
Add test for large character values in literals, along with Char.ord.
-
- 20 Aug, 2002 3 commits
- 19 Aug, 2002 8 commits
-
-
simonmar authored
Make simpl006 and simpl007 into proper multi-module tests
-
simonmar authored
Move a multi-module test into its own directory.
-
simonmar authored
Fix test name
-
simonmar authored
add missing files
-
simonmar authored
Fix framework errors in this test
-
simonmar authored
Move two multi-module tests into their own directories and make them proper multi-module tests rather than ordered single-module tests. The previous hack broke down when the profiling way was added.
-
simonmar authored
Fix an error in the test spec file, and remove a duplicate test
-
simonmar authored
import System.Time to get the non-abstract version of ClockTime (the H98 Time library is now more strict in what it exports).
-
- 14 Aug, 2002 2 commits
- 01 Aug, 2002 13 commits
-
-
simonmar authored
Add missing test.T for this test.
-
simonmar authored
wibble
-
simonmar authored
Add missing stderr file.
-
simonmar authored
Use canned only_ways() rather than rolling our own.
-
simonmar authored
Convert this file to the new test framework (this dir wasn't checked out in my local tree it seems).
-
simonmar authored
Add canned only_ways() opt-fn.
-
simonmar authored
rnfail034 works, not sure why it was an expected failure
-
simonmar authored
Fixes for framework errors (strange, I though I fixed these yesterday before committing...)
-
simonmar authored
wibble
-
simonmar authored
syntax wibble
-
simonmar authored
hack this test to ignore any spurious .prof files in the directory listing
-
simonmar authored
Remove -fasm option from this test: it now gets tested with both -fvia-C and -fasm by the test driver.
-
simonmar authored
Rearrange the compiler command line slightly so that the various extra_hc_opts come after the source filename. (fixes ffi002)
-
- 31 Jul, 2002 2 commits
-
-
simonmar authored
Revamp the testsuite framework. The previous framework was an experiment that got a little out of control - a whole new language with an interpreter written in Haskell was rather heavyweight and left us with a maintenance problem. So the new test driver is written in Python. The downside is that you need Python to run the testsuite, but we don't think that's too big a problem since it only affects developers and Python installs pretty easily onto everything these days. Highlights: - 790 lines of Python, vs. 5300 lines of Haskell + 720 lines of <strange made-up language>. - the framework supports running tests in various "ways", which should catch more bugs. By default, each test is run in three ways: normal, -O, and -O -fasm. Additionally, if profiling libraries have been built, another way (-O -prof -auto-all) is added. I plan to also add a 'GHCi' way. Running tests multiple ways has already shown up some new bugs! - documentation is in the README file and is somewhat improved. - the framework is rather less GHC-specific, and could without much difficulty be coaxed into using other compilers. Most of the GHC-specificness is in a separate configuration file (config/ghc). Things may need a while to settle down. Expect some unexpected failures.
-
simonpj authored
Update expected output
-
- 29 Jul, 2002 2 commits