#14055: Fix sage-cleaner
------------------------------------------------+---------------------------
       Reporter:  jdemeyer                      |         Owner:  leif          
                             
           Type:  defect                        |        Status:  needs_info    
                             
       Priority:  critical                      |     Milestone:  sage-5.10     
                             
      Component:  scripts                       |    Resolution:                
                             
       Keywords:                                |   Work issues:                
                             
Report Upstream:  N/A                           |     Reviewers:  John 
Palmieri, Leif Leonhardy, Volker Braun
        Authors:  Jeroen Demeyer, Volker Braun  |     Merged in:                
                             
   Dependencies:                                |      Stopgaps:                
                             
------------------------------------------------+---------------------------
Changes (by vbraun):

  * status:  new => needs_info


Comment:

 I've been running repeated doctests and the only thing that I see on
 taurus is occasional (about 5% of doctests runs) failure with the maxima
 pty interface. The trouble always starts with the assertion failure where
 input != echo:
 {{{
 File "devel/sage/doc/en/constructions/plotting.rst", line 52, in
 doc.en.constructions.plotting
 Failed example:
     L = [(i/100.0, maxima.eval('jacobi_sn (%s/100.0,2.0)'%i))for i in
 range(-300,300)]
 Exception raised:
     Traceback (most recent call last):
       File "/home/vbraun/opt/taurus/sage-5.10.beta1/local/lib/python2.7
 /site-packages/sage/doctest/forker.py", line 466, in _run
         self.execute(example, compiled, test.globs)
       File "/home/vbraun/opt/taurus/sage-5.10.beta1/local/lib/python2.7
 /site-packages/sage/doctest/forker.py", line 825, in execute
         exec compiled in globs
       File "<doctest doc.en.constructions.plotting[0]>", line 1, in
 <module>
         L = [(i/RealNumber('100.0'), maxima.eval('jacobi_sn
 (%s/100.0,2.0)'%i))for i in range(-Integer(300),Integer(300))]
       File "/home/vbraun/opt/taurus/sage-5.10.beta1/local/lib/python2.7
 /site-packages/sage/interfaces/expect.py", line 1208, in eval
         for L in code.split('\n') if L != ''])
       File "/home/vbraun/opt/taurus/sage-5.10.beta1/local/lib/python2.7
 /site-packages/sage/interfaces/maxima.py", line 754, in _eval_line
         assert line_echo.strip() == line.strip()
     AssertionError
 }}}
 And that has nothing to do with this ticket...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14055#comment:93>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to