- 27 Aug, 2001 6 commits
-
-
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 20 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
-
simonmar authored
This file isn't used any more. I had to do some repository surgey on std-macros.T because it seemed to have been removed and then magically brought back to life such that it was "alive" but living in the Attic.
-
simonmar authored
More tidyups and code sharing.
-
simonmar authored
Run each test in its own directory, rather than trying to run them all from the directory in which the driver was started. This is required because several tests expect to be able to open auxilliary files in the current directory.
-
simonmar authored
add Makefiles
-
simonmar authored
oops, I didn't notice that "reader" had been renamed to "parser" when it was imported. So these are the changes I made to the reader tests to make them work. I'll go and remove reader in the repo.
-
simonmar authored
Add a Makefile here.
-