Errors in test suite



On 02/25/2013 05:08 PM, Robert Dodier wrote:
> On 2013-02-25, Paul Bowyer <pbowyer at olynet.com> wrote:
>
>> Maxima version: "branch_5_29_base_145_g6a57b96"
>> Input:
>> (load(file_search(test_readbase_lisp, file_search_tests)),
>> test_readbase_lisp())
>>
>> Result:
>> file_search1: false not found in file_search_maxima,file_search_lisp.
>> error-catch
> tests/test_readbase_lisp.lisp and friends were committed in commit
> 3fd95720, which, from what I know, is an ancestor of 6a57b96, so that
> file should be present ... Can you see whether
> tests/test_readbase_lisp.lisp exists?
>
>> Error found in rtest_laplace, problem:
>> (error break)
> Can you run batch("tests/rtest_laplace.mac", test) to see what the error
> is?
>
> best
>
> Robert Dodier
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
Robert:

from xmaxima run the same way as I ran the testsuite,

(%i1) batch("tests/rtest_laplace.mac", test);
file_search1: tests/rtest_laplace.mac not found in file_search_maxima.
  -- an error. To debug this try: debugmode(true);
(%i2)

from maxima-local running in a terminal,
it runs with errors and I can't catch all of the output.
87/98 tests passed

The following 11 problems failed: (29 49 50 51 54 59 60 61 62 78 80)
(%o0) [tests/rtest_laplace.mac, 29, 49, 50, 51, 54, 59, 60, 61, 62, 78, 80]

Respectfully,

Paul Bowyer