- 27 Aug, 2001 12 commits
-
-
simonmar authored
Add test for scoped type variables w/ existential constructors (failed in 5.00 but works in 5.02, reported by Peter Gammie <peteg@cse.unsw.EDU.AU>)
-
simonmar authored
Add test for recursive newtypes and foreign imports, from Manuel.
-
simonmar authored
Update the known failure list. We currently have 9 known failures, of which one is actually a potential problem (okeefe_neural; the compiler runs out of heap in the simplifier while compiling it).
-
simonmar authored
Add another missing warning test from Marcin
-
simonmar authored
Skip ffi002, we don't have the require machinery to perform this test (it has a separate .c file to compile).
-
simonmar authored
update expected output
-
simonmar authored
add expected output (warnings)
-
simonmar authored
Remove debugging output from sample output
-
simonmar authored
The program runs in its own directory now, so doesn't need hackage to find its input file.
-
simonmar authored
add $TEST as a synonym for $TESTS, so you can say 'make TEST=foo'
-
simonmar authored
program runs in its own directory now, so doesn't need hackage to find its input file.
-
simonmar authored
update expected output
-
- 24 Aug, 2001 13 commits
-
-
simonmar authored
Add tests for the warning problems reported by Marcin earlier this week.
-
simonmar authored
This test moved to typecheck/should_fail/tcfail0{97,98}
-
simonmar authored
These two tests collectively used to be rnfail014. tcfail097 works, tcfail098 currently fails.
-
simonmar authored
accept output
-
simonmar authored
expect read002 to fail (illegal character in string literal, not implemented yet)
-
simonmar authored
accept the output
-
simonmar authored
accept the new output
-
simonpj authored
Simon fixup
-
simonpj authored
Remove bogus test from tc126
-
simonpj authored
Add tcfail096
-
simonmar authored
update some expected output, and mark tcfail080 as an expected failure
-
simonmar authored
separate $platform into $arch and $os.
-
simonmar authored
Add a new flag, --output-summary, which dumps the human-readable form of the summary to a file.
-
- 23 Aug, 2001 1 commit
-
-
simonpj authored
Add cg050
-
- 22 Aug, 2001 14 commits
-
-
rrt authored
Add ffi002, which consists of a c file and an hs file. Added some gunk to all.T to maybe make it work.
-
rrt authored
ENOWORD (gastly)
-
simonmar authored
fptools-ish makefile
-
simonmar authored
fptools-ish makefiles.
-
simonmar authored
update expected output
-
simonmar authored
update expected output
-
simonpj authored
Add Thurstons modular arith
-
simonpj authored
Add tc134
-
simonmar authored
hReady001 is an expected failure
-
simonmar authored
fptools-ish Makefile
-
simonmar authored
Slight change to the semantics so that global vars can be modified from within a macro.
-
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
Move the test code into a separate makefile.
-
simonpj authored
Add tcrun015
-