cvs-maxima tests



>>>>> "Valerij" == Valerij Pipin <pip@iszf.irk.ru> writes:

    Valerij> Currently, the output of cvs maxima tests (after "make
    Valerij> check") is defined to go to some log file and it causes

When I run "make check" it just hangs.  Don't know why.  I can the
command by hand and it works.

    Valerij> the hang because maxima stops and needs the sign of some
    Valerij> parameters to continue. I think it's better to make
    Valerij> output for maxima tests to the screen instead, to get a
    Valerij> control on tests procedure.

I think we should put in the appropriate assume's so that the user
doesn't need to know how to answer the questions.

    Valerij> Error(s) found in rtest6a.mac: (8)
    Valerij> Error(s) found in rtest14.mac: (21 17 16 15 3)
    Valerij> Error(s) found in rtest15.mac: (4 3)

With cmucl and clisp, I get 2 errors in rtest14.mac (3 16) and 2 in
rtest15.mac (3 4).  For rtest15.mac, I think those errors are real
errors because we incorrectly compute the integrals.

For rtest14.mac, test 3 has the wrong value for bessel(2,3), which is
purely real, not complex.  Don't know about test 16.  I suspect this
might be caused by my change to make %j[1/2](x) expand to elementary
functions.

Ray