error in testsuite after cvs update



>>>>> "Andreas" == Andreas Eder  writes:

    Andreas> there were 2 files changed in the cvs update csimp2 and airy and i
    Andreas> guess it's airy that gives the error in rtest14. But I have yet to
    Andreas> localize it.
    Andreas> Is there a way to print out each test to see where it goes wrong?

? run_testsuite

will tell you that you can say run_testsuite(false,true) to watch what
happens.

In any case, I see that it's failing on this test:

(c2:3^(-1/3)/gamma(1/3),closeto(-airy_dai(0)-c2,1.0e-15));

And airy_dai(0),numer causes an error about NIL not being a
double-float.

At least with cmucl.

Ray