mabshoff wrote:
> Hello,
> 
> this is the final rc for this release cycle. Unless something goes
> horribly wrong expect a release in about 6 hours or so.
> 
> rc2->rc1
> 

Hi Michael,

I don't think this is a blocker!

Jaap



[EMAIL PROTECTED] sage-2.8.13.rc2]$ ./sage -t  
devel/sage-main/sage/interfaces/psage.py
sage -t  devel/sage-main/sage/interfaces/psage.py
**********************************************************************
File "psage.py", line 23:
     sage: w = [x('factor(2^%s-1)'% randint(250,310)) for x in v]
Exception raised:
     Traceback (most recent call last):
       File 
"/home/jaap/Download/sage-2.8.13.rc2/local/lib/python2.5/doctest.py",
line 1212, in __run
         compileflags, 1) in test.globs
       File "<doctest __main__.example_0[1]>", line 1, in <module>
         w = [x('factor(2^%s-1)'% randint(Integer(250),Integer(310)))
for x in v]###line 23:
     sage: w = [x('factor(2^%s-1)'% randint(250,310)) for x in v]
       File 
"/home/jaap/Download/sage-2.8.13.rc2/local/lib/python2.5/site-packages/sage/interfaces/sage0.py",
line 185, in __call__
         return SageElement(self, x)
       File 
"/home/jaap/Download/sage-2.8.13.rc2/local/lib/python2.5/site-packages/sage/interfaces/expect.py",
line 989, in __init__
         raise TypeError, x
     TypeError: Unable to start sage
**********************************************************************
File "psage.py", line 26:
     sage: _= w       # random output (depends on timing)
Exception raised:
     Traceback (most recent call last):
       File 
"/home/jaap/Download/sage-2.8.13.rc2/local/lib/python2.5/doctest.py",
line 1212, in __run
         compileflags, 1) in test.globs
       File "<doctest __main__.example_0[2]>", line 1, in <module>
         _= w       # random output (depends on timing)###line 26:
     sage: _= w       # random output (depends on timing)
     NameError: name 'w' is not defined
**********************************************************************
File "psage.py", line 35:
     sage: _= w       # random output
Exception raised:
     Traceback (most recent call last):
       File 
"/home/jaap/Download/sage-2.8.13.rc2/local/lib/python2.5/doctest.py",
line 1212, in __run
         compileflags, 1) in test.globs
       File "<doctest __main__.example_0[3]>", line 1, in <module>
         _= w       # random output###line 35:
     sage: _= w       # random output
     NameError: name 'w' is not defined
**********************************************************************
1 items had failures:
    3 of   4 in __main__.example_0
***Test Failed*** 3 failures.
For whitespace errors, see the file .doctest_psage.py
          [86.8 s]
exit code: 256

----------------------------------------------------------------------
The following tests failed:


         sage -t  devel/sage-main/sage/interfaces/psage.py
Total time for all tests: 86.9 seconds
[EMAIL PROTECTED] sage-2.8.13.rc2]$ sage -t  
devel/sage-main/sage/interfaces/psage.py


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

Reply via email to