Test suite changes



> From: Wolfgang Jenkner 
> "Billinghurst, David (CALCRTS)" <david.billinghurst@comalco.riotinto.com.au> writes:
>
>> I tried replacing kill(all) with kill(allbut(props)) in the testsuite files:
>>  - didn't fix the trigsimp() problem
>>  - made one of the rtestode.mac cases run "forever"
>
> There's some junk accumulating on PROPS during the testsuite run.
> Adding
>
> kill(g);
> done;

> to the beginning of rtestode.mac makes it succeed with SBCL, CMUCL and
> CLISP (don't know about GCL).  Trying to run it again in the same
> session gives some failures, though.
>
>Wolfgang

OK.  I can test gcl.  I will try moving the kill(g) into the file 
that defines it (when I work out which one).

When I wrote rtestode.mac I reordered the testsuite files to get an error
free run.  There is a bug report on the system about testsuite interactions.
I think that I reduced the problem to a single line of code.

David