Opened 12 years ago
Closed 12 years ago
#5957 closed defect (fixed)
[with patch, positive review] 3.4.2.rc0: Maxima related doctest failure in matrix/matrix_symbolic_dense.pyx
Reported by: | mabshoff | Owned by: | mabshoff |
---|---|---|---|
Priority: | blocker | Milestone: | sage-3.4.2 |
Component: | doctest coverage | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This happens with gcc 4.3.3 on iras and cicero:
sage -t -long "devel/sage/sage/matrix/matrix_symbolic_dense.pyx" ********************************************************************** File "/home/mabshoff/build-3.4.2.rc0/sage-3.4.2.rc0-ciero-gcc-4.3.3/ devel/sage/sage/matrix/matrix_symbolic_dense.pyx", line 413: sage: M.determinant() Expected: 4*x - 6 Got: determinant(sage513) **********************************************************************
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
Changed 12 years ago by
comment:2 Changed 12 years ago by
- Summary changed from 3.4.2.rc0: Maxima related doctest failure in matrix/matrix_symbolic_dense.pyx to [with patch, needs review] 3.4.2.rc0: Maxima related doctest failure in matrix/matrix_symbolic_dense.pyx
This is William's patch, so I can review it :)
Cheers,
Michael
comment:3 Changed 12 years ago by
- Summary changed from [with patch, needs review] 3.4.2.rc0: Maxima related doctest failure in matrix/matrix_symbolic_dense.pyx to [with patch, positive review] 3.4.2.rc0: Maxima related doctest failure in matrix/matrix_symbolic_dense.pyx
Positive review.
Cheers,
Michael
comment:4 Changed 12 years ago by
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.4.2.final.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
Maybe it is good to mention I had this failure already in sage-3.4.2.alpha0.
Both with Fedora 9 and 10, 32 bit.
gcc version 4.3.0, resp. 4.3.2
Jaap