#7055: Fix 32-bit versus 64-bit in pbori.pyx doctest
-------------------------+--------------------------------------------------
 Reporter:  GeorgSWeber  |       Owner:  GeorgSWeber
     Type:  defect       |      Status:  new        
 Priority:  major        |   Milestone:  sage-4.1.2 
Component:  doctest      |    Keywords:             
 Reviewer:               |      Author:             
   Merged:               |  
-------------------------+--------------------------------------------------
 With Sage-4.1.2.alpha4 on a 32-bit machine:
 {{{
 sage -t -long "devel/sage/sage/rings/polynomial/pbori.pyx"
 **********************************************************************
 File
 
"/Users/Shared/sage/sage-4.1.2.alpha4/devel/sage/sage/rings/polynomial/pbori.pyx",
 line 3940:
     sage: x.stable_hash()
 Expected:
     173100285919
 Got:
     -845955105
 **********************************************************************
 File
 
"/Users/Shared/sage/sage-4.1.2.alpha4/devel/sage/sage/rings/polynomial/pbori.pyx",
 line 4849:
     sage: s.stable_hash()
 Expected:
     173100285919
 Got:
     -845955105
 **********************************************************************
 File
 
"/Users/Shared/sage/sage-4.1.2.alpha4/devel/sage/sage/rings/polynomial/pbori.pyx",
 line 1976:
     sage: m.stable_hash()
 Expected:
     173100285919
 Got:
     -845955105
 **********************************************************************
 3 items had failures:
    1 of   4 in __main__.example_128
    1 of   5 in __main__.example_165
    1 of   5 in __main__.example_48
 ***Test Failed*** 3 failures.
 For whitespace errors, see the file
 /Users/georgweber/.sage//tmp/.doctest_pbori.py
          [9.4 s]
 exit code: 1024

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


         sage -t -long "devel/sage/sage/rings/polynomial/pbori.pyx"
 Total time for all tests: 9.4 seconds
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7055>
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 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