Hi,

I am almost ok with releasing rc0.   I saw only one problem with any
doctests (I
did not finish doctesting yet on itanium linux).

There is *one* problem on our debian64 virtual machine on bsd.  I guess you
saw this problem elsewhere:

[EMAIL PROTECTED]:~/build/sage-3.0.3.rc0$ ./sage -t
devel/sage/sage/groups/matrix_gps/matrix_group.py
sage -t  devel/sage/sage/groups/matrix_gps/matrix_group.py
**********************************************************************
File "/home/was/build/sage-3.0.3.rc0/tmp/matrix_group.py", line 480:
    sage: G.random_element()
Expected:
    [2 1 1 1]
    [1 0 2 1]
    [0 1 1 0]
    [1 0 0 1]
Got:
    [0 1 1 0]
    [1 2 2 2]
    [1 1 1 0]
    [2 0 1 2]
**********************************************************************
File "/home/was/build/sage-3.0.3.rc0/tmp/matrix_group.py", line 489:
    sage: G.random_element()
Expected:
    [1 3]
    [0 3]
Got:
    [4 2]
    [1 0]
**********************************************************************
File "/home/was/build/sage-3.0.3.rc0/tmp/matrix_group.py", line 492:
    sage: G.random_element()
Expected:
    [2 2]
    [1 0]
Got:
    [4 1]
    [0 2]
**********************************************************************
File "/home/was/build/sage-3.0.3.rc0/tmp/matrix_group.py", line 495:
    sage: G.random_element()
Expected:
    [4 0]
    [1 4]
Got:
    [2 4]
    [2 3]
**********************************************************************
1 items had failures:
   4 of   9 in __main__.example_17
***Test Failed*** 4 failures.
For whitespace errors, see the file
/home/was/build/sage-3.0.3.rc0/tmp/.doctest_matrix_group.py
         [22.4 s]
exit code: 1024

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


        sage -t  devel/sage/sage/groups/matrix_gps/matrix_group.py
Total time for all tests: 22.4 seconds




 -- William

-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to