mabshoff wrote:
> Hello folks,
[...]
> 
> The toybuchberger doctest currently fails spectacularly, but
> aside from that all doctests should work. I am assuming that
> Martin Albrecht will fix that one easily once he is able to
> reproduce it.
> 

Yes toybuchberger failed and this one on Fedora 7:


sage -t  devel/sage-main/sage/interfaces/sage0.py           
**********************************************************************
File "sage0.py", line 143:
     sage: _= sage0.cputime()     # random output
Exception raised:
     Traceback (most recent call last):
       File 
"/home/jaap/downloads/sage-2.10.1.alpha1/local/lib/python2.5/doctest.py", line 
1212, in __run
         compileflags, 1) in test.globs
       File "<doctest __main__.example_2[0]>", line 1, in <module>
         _= sage0.cputime()     # random output###line 143:
     sage: _= sage0.cputime()     # random output
       File 
"/home/jaap/downloads/sage-2.10.1.alpha1/local/lib/python2.5/site-packages/sage/interfaces/sage0.py",
 line 150, in cputime
         return eval(self.eval('cputime(%s)'%t))
       File "<string>", line 1
           1.5507629999999999
          ^
      SyntaxError: invalid syntax
**********************************************************************
File "sage0.py", line 147:
     sage: _= sage0.cputime()     # random output
Exception raised:
     Traceback (most recent call last):
       File 
"/home/jaap/downloads/sage-2.10.1.alpha1/local/lib/python2.5/doctest.py", line 
1212, in __run
         compileflags, 1) in test.globs
       File "<doctest __main__.example_2[2]>", line 1, in <module>
         _= sage0.cputime()     # random output###line 147:
     sage: _= sage0.cputime()     # random output
       File 
"/home/jaap/downloads/sage-2.10.1.alpha1/local/lib/python2.5/site-packages/sage/interfaces/sage0.py",
 line 150, in cputime
         return eval(self.eval('cputime(%s)'%t))
       File "<string>", line 1
           1.9337049999999998
          ^
      SyntaxError: invalid syntax
**********************************************************************
1 items had failures:
    2 of   3 in __main__.example_2
***Test Failed*** 2 failures.
For whitespace errors, see the file .doctest_sage0.py


Jaap


--~--~---------~--~----~------------~-------~--~----~
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