#6999: [with patch, needs review] doctest failures on 32-bit systems due to 
#4948
patches
------------------------+---------------------------------------------------
 Reporter:  flawrence   |       Owner:  flawrence     
     Type:  defect      |      Status:  new           
 Priority:  major       |   Milestone:  sage-4.1.2    
Component:  interfaces  |    Keywords:                
 Reviewer:              |      Author:  Felix Lawrence
   Merged:              |  
------------------------+---------------------------------------------------
 Some doctests added in the patches for #4948 fail on 32-bit systems:
 {{{
 sage -t -long "devel/sage/sage/interfaces/expect.py"
 **********************************************************************
 File
 "/space/wstein/farm/sage-4.1.2.alpha2/devel/sage/sage/interfaces/expect.py"
 ,
 line 1599:
     sage: gp(10.^80)._sage_repr()
 Expected nothing
 Got:
     '1.000000000000000000000000000e80'
 **********************************************************************
 1 items had failures:
    1 of   3 in __main__.example_45
 ***Test Failed*** 1 failures.
 For whitespace errors, see the file
 /space/wstein/farm/sage-4.1.2.alpha2/tmp/.doctest_expect.py
          [17.4 s]
 sage -t -long "devel/sage/sage/interfaces/all.py"
          [0.1 s]
 sage -t -long "devel/sage/sage/interfaces/rubik.py"
          [37.8 s]
 sage -t -long "devel/sage/sage/interfaces/gp.py"
 **********************************************************************
 File
 "/space/wstein/farm/sage-4.1.2.alpha2/devel/sage/sage/interfaces/gp.py",
 line 567:
     sage: repr(gp(10.^80)).replace(gp._exponent_symbol(), 'e')
 Expected nothing
 Got:
     '1.000000000000000000000000000e80'
 **********************************************************************
 1 items had failures:
    1 of   4 in __main__.example_26
 ***Test Failed*** 1 failures.
 For whitespace errors, see the file
 /space/wstein/farm/sage-4.1.2.alpha2/tmp/.doctest_gp.py
          [3.5 s]
 ----------------------------------------------------------------------
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6999>
Sage <http://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 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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to