I am getting some test suite failures after a full recompile.
1. In the main test suite, I get
a. tests/rtest14.mac, problems: (231 232 242) under CLISP 2.41
b. tests/rtest16.mac, problems: (110 118 119) under GCL 2.6.7
c. tests/rtest4.mac, problem: (86) under CMUCL 19c
(This may be a known problem due to the old version of CMUCL I am using.)
2. The share testsuite also fails:
a. share/contrib/stringproc/rtestprintf.mac, problems: (7 27 34 35) under
CLISP 2.41
b. rtest_pdiff, problem: (error break), and
$RTESTPRINTF, problem: (error break) under GCL 2.6.7
(Scrolling back, problem 82 in rtest_fourier_elim was correct despite an
expected failure, while problems 7, 29, and 33 failed in rtestprintf.mac.
However, rtestprintf caused an error break: $RTESTPRINTF, which is probably
what interfered with the final statistics.)
c. $RTEST_ROMBERG, problem: (error break), and
share/contrib/stringproc/rtestprintf.mac, problems: (7 34 35) under CMUCL
19c
d. share/contrib/stringproc/rtestprintf.mac, problems: (7 34 35) under SBCL
0.9.12.
I also noticed what appears to be an increase in expected errors. Are these
really harmless or are real problems being swept under the rug?
Viktor