Good evening,

highlights from "make test" on my low-RAM (768 MB) low-speed (550 MHz)
PPC PowerBook box so far:



...
sage -t  devel/sage/sage/calculus/calculus.py               *** ***
Error: TIMED OUT! *** ***
**********************************************************************
File "/Volumes/SageVolume/sage/sage-3.1.2/tmp/calculus.py", line 3576:
    sage: sin(x/2).expand_trig(half_angles=True)
Expected:
    sqrt(1 - cos(x))/sqrt(2)
Got:
    Maxima crashed -- automatically restarting.
    sage1132
**********************************************************************
1 items had failures:
   1 of  13 in __main__.example_90
***Test Failed*** 1 failures.
For whitespace errors, see the file /Volumes/SageVolume/sage/
sage-3.1.2/tmp/.doctest_calculus.py*** *** Error: TIMED OUT! *** ***
         [862.3 s]
...

...
sage -t  devel/sage/sage/calculus/desolvers.py              *** ***
Error: TIMED OUT! *** ***
**********************************************************************
File "/Volumes/SageVolume/sage/sage-3.1.2/tmp/desolvers.py", line 184:
    sage: desolve_system(des,vars)
Expected:
    ['(1-y(0))*sin(t)+(x(0)-1)*cos(t)+1', '(x(0)-1)*sin(t)+
(y(0)-1)*cos(t)+1']
Got:
    Maxima crashed -- automatically restarting.
    Maxima crashed -- automatically restarting.
    ['(1-y(0))*sin(t)+(x(0)-1)*cos(t)+1', '(x(0)-1)*sin(t)+
(y(0)-1)*cos(t)+1']
**********************************************************************
1 items had failures:
   1 of  18 in __main__.example_4
***Test Failed*** 1 failures.
For whitespace errors, see the file /Volumes/SageVolume/sage/
sage-3.1.2/tmp/.doctest_desolvers.py*** *** Error: TIMED OUT! *** ***
         [33404.6 s]
...


The testsuite did continue by itself after the "calculus.py" failure
(this second time I started it), however, to get beyond
"desolvers.py", I had to manually kill the "lisp.run" processes that
where idling around for eternity (well, 33404.6 seconds).
The other highlights so far (all continuing by themselves without
manual interference):

...
sage -t  devel/sage/sage/combinat/root_system/weyl_characters.py***
*** Error: TIMED OUT! *** ***
*** *** Error: TIMED OUT! *** ***
         [1166.5 s]
...

...
sage -t  devel/sage/sage/functions/piecewise.py             *** ***
Error: TIMED OUT! *** ***
*** *** Error: TIMED OUT! *** ***
         [494.9 s]
...

...
sage -t  devel/sage/sage/graphs/graph.py                    *** ***
Error: TIMED OUT! *** ***
*** *** Error: TIMED OUT! *** ***
         [390.2 s]
...

...
sage -t  devel/sage/sage/gsl/ode.pyx                        *** ***
Error: TIMED OUT! *** ***
*** *** Error: TIMED OUT! *** ***
         [767.0 s]
...


In the 3.1.2 RC series, "piecewise.py" e.g. had led to at least one
testsuite hang before, now it only "timed out".
Other candidates for the "random hangs" (see the other thread on sage-
devel) like "factorial.py" did pass for this run of the testsuite. As
did "lisp.py", so the respective fix of Mike Hansen in 3.1.2 is
obviously working.

THe testsuite run is now at "ntl_ZZX.pyx" without other failures so
far, let's see if it gets through.

To be continued ... (and after finishing, maybe I'll rerun it having
then switched from Xcode 2.4.1 to Xcode 2.5 ...)

Cheers,
gsw

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to