#4158: system dependent doctest failures
---------------------+------------------------------------------------------
 Reporter:  was      |       Owner:  mabshoff  
     Type:  defect   |      Status:  new       
 Priority:  blocker  |   Milestone:  sage-3.1.3
Component:  doctest  |    Keywords:            
---------------------+------------------------------------------------------
 On cicero:
 {{{
 sage -t  devel/sage/sage/combinat/root_system/type_dual.py
 **********************************************************************
 File "/home/wstein/cicero/build/sage-3.1.2/tmp/type_dual.py", line 43:
     sage: [[x.__cmp__(y) for x in ct] for y in ct]
 Expected:
     [[0, 1, -1], [-1, 0, -1], [1, 1, 0]]
 Got:
     [[0, 1, 1], [-1, 0, 1], [1, 1, 0]]
 **********************************************************************
 File "/home/wstein/cicero/build/sage-3.1.2/tmp/type_dual.py", line 45:
     sage: sorted(ct)
 Expected:
     [['A', 4], A1xB2, B2xA1]
 Got:
     [A1xB2, B2xA1, ['A', 4]]
 **********************************************************************
 1 items had failures:
    2 of   8 in __main__.example_3
 ***Test Failed*** 2 failures.
 For whitespace errors, see the file
 /home/wstein/cicero/build/sage-3.1.2/tmp/.doctest_type_dual.py
          [3.3 s]
 sage -t
 
devel/sage/sage/combinat/root_system/type_reducible.py**********************************************************************
 File "/home/wstein/cicero/build/sage-3.1.2/tmp/type_reducible.py", line
 53:
     sage: [[x.__cmp__(y) for x in ct] for y in ct]
 Expected:
     [[0, 1, -1], [-1, 0, -1], [1, 1, 0]]
 Got:
     [[0, 1, 1], [-1, 0, 1], [1, 1, 0]]
 **********************************************************************
 File "/home/wstein/cicero/build/sage-3.1.2/tmp/type_reducible.py", line
 55:
     sage: sorted(ct)
 Expected:
     [['A', 4], A1xB2, B2xA1]
 Got:
     [A1xB2, B2xA1, ['A', 4]]
 **********************************************************************
 1 items had failures:
    2 of   8 in __main__.example_3
 ***Test Failed*** 2 failures.
 For whitespace errors, see the file
 /home/wstein/cicero/build/sage-3.1.2/tmp/.doctest_type_reducible.py
          [3.4 s]
 }}}

 Cicero is:
 {{{
 [EMAIL PROTECTED] sage-3.1.2]$ cat /etc/issue
 Fedora release 8 (Werewolf)
 Kernel \r on an \m

 [EMAIL PROTECTED] sage-3.1.2]$ uname -a
 Linux cicero 2.6.25.9-40.fc8 #1 SMP Fri Jun 27 16:25:53 EDT 2008 i686 i686
 i386 GNU/Linux
 [EMAIL PROTECTED] sage-3.1.2]$
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4158>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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