On 4/19/08, Viktor T. Toth <vttoth at vttoth.com> wrote:
> I made some changes to the share makefile in the release branch just
> yesterday, because some files were not installed by make install.
OK.
> Error found in tests/rtest4.mac, problem: (86) [CMUCL ONLY]
This test is
/* bug reported on mailing list circa 2007-11-27; bignum in exponent */
is (errcatch (rat (x^(2^128))) = []);
false;
Maxima + CMUCL 18e (yes, it's old, but I guess it's the same error) complains:
Error in function KERNEL::INTEXP:
The absolute value of 340282366920938463463374607431768211456
exceeds EXTENSIONS:*INTEXP-MAXIMUM-EXPONENT*.
I'm going to let it go. Dunno what we can do about it.
> Error found in share/contrib/rtest_opproperties.mac, problem: (72)
> Error found in share/contrib/stats/rtest_stats.mac, problem: (9) [CLISP
> ONLY]
> Error found in share/contrib/levin/rtest_levin.mac, problem: (62)
I don't think all of the share_testsuite tests have ever passed.
I hope someone will resolve these problems.
> Other than this, everything seems to be working fine with
> CMUCL/GCL/CLISP/SBCL on my Linux box.
Great, thanks for the report.
best
Robert Dodier