share_testsuite of version 5.28.02
- Subject: share_testsuite of version 5.28.02
- From: fbp at isep.ipp.pt
- Date: Tue, 28 Aug 2012 19:44:43 +0100
Hi,
many thanks for the fast help and answers.
1) No load of lapack and
graphs in Windows XP sp3:
Maxima 5.28.0-2
http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.8
(a.k.a. GCL)
Distributed under the GNU Public License. See the file
COPYING.
Dedicated to the memory of William Schelter.
The function
bug_report() provides bug reporting information.
(%i1)
load(lapack);
Compiling
/PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/lapack/lapack-package.lisp.
loadfile:
failed to load
C:/PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/lapack/load-lapack.lisp
-- an error. To debug this try: debugmode(true);
(%i2)
load(graphs);
Compiling
/PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/graphs/graph_core.lisp.
loadfile:
failed to load
C:/PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/graphs/load-graphs.lisp
-- an error. To debug this try: debugmode(true);
I noted this after the
last changes done in the packages by the authors of them.
I make copy
paste of anterior versions and the problem is gone but there are missing
features, of course.
2) Speed of the Atom processor:
Running tests in
rtest_nfloat:
********************** Problem 46
***************
Input:
(time : absolute_real_time() - start, print(time),
is(time < 2))
Result:
2
false
This differed from the expected
result:
true
Running tests in rtest_hg:
********************** Problem 187
***************
Input:
(time : absolute_real_time() - start, print(time),
is(time < 40))
Result:
95
false
This differed from the expected
result:
true
Running tests in rtest_abs_integrate:
**********************
Problem 165 ***************
Input:
(print(time = , elapsed_real_time() -
start),
is(elapsed_real_time() - start < 70))
Result:
time = 204.97
false
This differed from the expected result:
true
Running tests in
rtest_to_poly_solve:
********************** Problem 324
***************
Input:
(print(time = , absolute_real_time() - %start),
is(absolute_real_time() - %start < 200))
Result:
time = 209
false
This
differed from the expected result:
true
3) Other errors:
Running tests in
rtest_numericalio:
********************** Problem 50
***************
Input:
(L4b : read_binary_list(tmp_lsb), is(L4b =
L4))
Result:
false
This differed from the expected
result:
true
********************** Problem 52 ***************
Input:
(L4c
: read_binary_list(tmp_msb), is(L4c = L4))
Result:
false
This differed
from the expected result:
true
********************** Problem 57
***************
Input:
(A4c : make_array(any, 3, 7, 19),
read_binary_array(tmp2_lsb, A4c),
is(A4c = A4))
Result:
false
This
differed from the expected result:
true
Running tests in test-lu:
********************** Problem 27 ***************
Input:
lu_test(%i
vandermonde_matrix([1, 2, 3, 4]) + hilbert_matrix(4),
1.0000000000000001E-15)
Result:
false
This differed from the expected
result:
true
Running tests in rtest_to_poly_solve:
**********************
Problem 212 ***************
Input:
%solve([product(x - i, i, 1, 75)],
x)
Result:
error-catch
This differed from the expected result:
%union([x
= 1], [x = 2], [x = 3], [x = 4], [x = 5], [x = 6], [x = 7], [x = 8],
[x =
9], [x = 10], [x = 11], [x = 12], [x = 13], [x = 14], [x = 15], [x = 16],
[x = 17], [x = 18], [x = 19], [x = 20], [x = 21], [x = 22], [x = 23],
[x
= 24], [x = 25], [x = 26], [x = 27], [x = 28], [x = 29], [x = 30],
[x =
31], [x = 32], [x = 33], [x = 34], [x = 35], [x = 36], [x = 37],
[x = 38],
[x = 39], [x = 40], [x = 41], [x = 42], [x = 43], [x = 44],
[x = 45], [x =
46], [x = 47], [x = 48], [x = 49], [x = 50], [x = 51],
[x = 52], [x = 53],
[x = 54], [x = 55], [x = 56], [x = 57], [x = 58],
[x = 59], [x = 60], [x =
61], [x = 62], [x = 63], [x = 64], [x = 65],
[x = 66], [x = 67], [x = 68],
[x = 69], [x = 70], [x = 71], [x = 72],
[x = 73], [x = 74], [x =
75])
Running tests in rtest_hg:
********************** Problem 120
***************
Input:
hypergeometric([3], [8.699999999999999], -
1000.1)
Result:
0.0
This differed from the expected
result:
2.8986069810127266E-7
4) The group of graphs tests, because of
1)
Errors found in
C:/PROGRA~2/MAXIMA~1.0-2/share/maxima/5.28.0-2/share/graphs/rtest_graphs.mac,
problems:
(1 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
51
52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 70 71 72 74 75 76 78
79 80 81 82 84 85 86 87 89 90 91)
Best regards.
Fernando Pacheco