Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sage-4.4.2 test "groups/matrix_gps/matrix_group.py" fails on x86_64-Linux-nehalem-fc #8999

Closed
sagetrac-mariah mannequin opened this issue May 20, 2010 · 1 comment
Closed

Comments

@sagetrac-mariah
Copy link
Mannequin

sagetrac-mariah mannequin commented May 20, 2010

sage-4.4.2 built with gcc-4.5.0 on x86_64-Linux-nehalem-fc (Skynet/taurus) fails test:

taurus% ./sage -t  -long "devel/sage/sage/groups/matrix_gps/matrix_group.py"
sage -t -long "devel/sage/sage/groups/matrix_gps/matrix_group.py"
**********************************************************************
File "/home/mariah/sage/sage-4.4.2-x86_64-Linux-nehalem-fc/devel/sage/sage/groups/matrix_gps/matrix_group.py", line 626:
    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/mariah/sage/sage-4.4.2-x86_64-Linux-nehalem-fc/devel/sage/sage/groups/matrix_gps/matrix_group.py", line 637:
    sage: G.random_element()
Expected:
    [1 3]
    [0 3]
Got:
    [4 2]
    [1 0]
**********************************************************************
File "/home/mariah/sage/sage-4.4.2-x86_64-Linux-nehalem-fc/devel/sage/sage/groups/matrix_gps/matrix_group.py", line 640:
    sage: G.random_element()
Expected:
    [2 2]
    [1 0]
Got:
    [4 1]
    [0 2]
**********************************************************************
File "/home/mariah/sage/sage-4.4.2-x86_64-Linux-nehalem-fc/devel/sage/sage/groups/matrix_gps/matrix_group.py", line 643:
    sage: G.random_element()
Expected:
    [4 0]
    [1 4]
Got:
    [2 4]
    [2 3]
**********************************************************************
1 items had failures:
   4 of  10 in __main__.example_21
***Test Failed*** 4 failures.
For whitespace errors, see the file /home/mariah/.sage//tmp/.doctest_matrix_group.py
         [68.8 s]
 
----------------------------------------------------------------------
The following tests failed:


        sage -t -long "devel/sage/sage/groups/matrix_gps/matrix_group.py"
Total time for all tests: 68.8 seconds
taurus%

Component: group theory

Author: Mariah Lenox

Issue created by migration from https://trac.sagemath.org/ticket/8999

@sagetrac-mariah sagetrac-mariah mannequin added this to the sage-4.4.3 milestone May 20, 2010
@sagetrac-mariah
Copy link
Mannequin Author

sagetrac-mariah mannequin commented May 20, 2010

comment:1
bug disappeared when I rebuilt sage.

@sagetrac-mariah sagetrac-mariah mannequin closed this as completed May 20, 2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant