Hello,
it took a while, but I finally ran the doctests on cygwin and there
are definitely some problems:
The following tests failed:
sage -t calculus/calculus.py
sage -t calculus/functional.py
sage -t calculus/wester.py
sage -t lfunctions/sympow.py
sage -t rings/multi_polynomial_libsingular.pyx
sage -t schemes/elliptic_curves/ell_finite_field.py
sage -t schemes/elliptic_curves/ell_rational_field.py
I also got some other failures:
[EMAIL PROTECTED] /cygdrive/d/sage-2.5.alpha0
$ ./sage -testall > testall.log
5 [sig] mwrank 3032 d:\sage-2.5.alpha0\local\bin\mwrank.exe: ***
fatal error - called with threadlist_ix -1
7 [sig] genus2reduction 3300 d:\sage-2.5.alpha0\local\bin
\genus2reduction.exe: *** fatal error - called with threadlist_ix -1
9 [sig] mwrank 3956 d:\sage-2.5.alpha0\local\bin\mwrank.exe: ***
fatal error - called with threadlist_ix -1
8 [sig] mwrank 1056 d:\sage-2.5.alpha0\local\bin\mwrank.exe: ***
fatal error - called with threadlist_ix -1
10 [sig] mwrank 2252 d:\sage-2.5.alpha0\local\bin\mwrank.exe: ***
fatal error - called with threadlist_ix -1
The whole testlog is at
http://fsmath.mathematik.uni-dortmund.de/~mabshoff/sage/sage-testall-2.5.alpha0-cygwin.log
(250kb)
The failed tests are sometime whitespace issues, like
File "tut.py", line 3283:
: A.eigenvectors()
Expected:
[[[0,4],[3,1]],[1,0,0, - 4],[0,1,0, - 2],[0,0,1, - 4/3],[1,2,3,4]]
Got:
[[[0,4],[3,1]],[1,0,0,-4],[0,1,0,-2],[0,0,1,-4/3],[1,2,3,4]]
but also some rather odd things like
File "tut.py", line 3551:
: n = 2; n.sqrt()
Expected:
1.41421356237310
Got:
sqrt(2)
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---