test failures in arag_test



With CVS Maxima, I get 17 failures from arag_test (in the share testsuite).
Each
failure seems to be related to make_array. Are these bugs related to the
recent
changes to ar.lisp or marray.lisp? Here is one bug:

Running tests in arag_test:
********************** Problem 2 ***************
Input:
list2poly(getCoeffFromNewton([3, 0, 2, 0]), x)

Result:
Wrong number of arguments to make_array
error-catch

This differed from the expected result:
 3
x  - x

There are bugs with tests 2 4 5 6 13 31 32 33 34 35 36 37 39 40 41 42 43.

Barton