cvs commit: hugs98/tests Readme testScript hugs98/tests/ffi FileIO.output String.output hugs98/tests/libs Addr.output FixIO.output dirTest.output except1.output ioTest1.output prodcon.output hugs98/tests/misc gc1.output gc2.output ...

Alastair Reid alastair@reid-consulting-uk.ltd.uk
22 Jul 2002 17:55:14 +0100


> Add -w (don't list modules being
> loaded) and regularize the output files so we can always just ignore
> the 10-line banner.  This makes the test suite usable with the new
> libraries as well as the old ones.
 
btw I believe the correct fix (which I have never gotten round to in
the 5 or so years since I wrote the first tests) is to modify the
output comparision to ignore all text up to some start pattern and
after some end pattern instead of ignoring the first N lines.

A