[m-rev.] for review: improve test framework
Simon Taylor
stayl at cs.mu.OZ.AU
Thu Aug 15 18:03:20 AEST 2002
On 15-Aug-2002, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> When fixing bugs, I often use .KEEP_OBJS to keep all the object files in
> stage2. If the fix passes the comparison of stage2 & stage3 but fails some
> test cases, I can modify a file to attempt to fix the problem and remake stage2
> (which often requires recompiling only a few files). I would then like to check
> whether this fixes the test case failures.
>
> Typically I test some by hand, but this can get tedious, so I then invoke
> "bootcheck -2 -d dirname1 -d dirname2" to check the rest. Any time bootcheck
> spends on subdirectories of the named directories is a waste of time,
> because if the change fixes all the test cases, I of course also do a full
> bootcheck from scratch to check for any new problems.
In this situation running all the test cases in the directory
containing the failing test is also a waste of time. It would
be useful to be able to only run the test cases which occur in
a specified error log.
Simon.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list