Tests rtest_simplify_sum 52 & 54 are marked as known failures, but they pass with my
not quite CVS Maxima (a modified orthopoly for one). Is it just my Maxima or do these
two tests need to be unmarked as known failures?
Also, I've been seeing a failure (Clozure CL) with rtest16 number 383. I'd guess
this is just a problem with tolerance that is just a bit too small:
Running tests in rtest16:
********************** Problem 383 ***************
Input:
block([numer : true], is(abs(zeta(%i + 3)
- (1.10721440843141 - 0.148290867178175 %i)) < 1.0E-15))
Result:
false
This differed from the expected result:
true
--Barton