William Stein wrote:
> On Fri, Apr 24, 2009 at 4:00 PM, Jaap Spies <[email protected]> wrote:
>> mabshoff wrote:
>>> Hello folks,
>>>
>>> here goes 3.4.2.alpha0. It does not contain all the fixes I wanted,
>>> but I merged two large (200kb+) patches (#5610 and #5848) that touched
>>> a lot of files and that were in danger of bitrotting. Since I
>>> considered it pointless to force people to rebase potentially twice I
>>> pulled them both into alpha0.
>>>
>>> The source, upgrade bits and a sage.math-only binary should be
>>> available in
>>>
>>> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4..2/
>>>
[...]
--------------------
>> The following tests failed:
>>
>>
>> sage -t "devel/sage/sage/matrix/matrix_symbolic_dense.pyx"
>> Total time for all tests: 204.6 seconds
>> [j...@paix sage-3.4.2.alpha0]$
>>
>>
>> What is going on here? Can anyone reproduce this?
>>
>>
>
> Can *you* reproduce it repeatedly?
>
On Fedora 10, 32 bit, fresh build:
[j...@peace sage-3.4.2.alpha0]$ ./sage -t
"devel/sage/sage/matrix/matrix_symbolic_dense.pyx"
sage -t "devel/sage/sage/matrix/matrix_symbolic_dense.pyx"
**********************************************************************
File
"/home/jaap/Download/sage-3.4.2.alpha0/devel/sage/sage/matrix/matrix_symbolic_dense.pyx",
line 214:
sage: -matrix(SR, 2, range(4))
Exception raised:
Traceback (most recent call last):
File "/home/jaap/Download/sage-3.4.2.alpha0/local/bin/ncadoctest.py",
line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jaap/Download/sage-3.4.2.alpha0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/home/jaap/Download/sage-3.4.2.alpha0/local/bin/ncadoctest.py",
line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_11[2]>", line 1, in <module>
-matrix(SR, Integer(2), range(Integer(4)))###line 214:
sage: -matrix(SR, 2, range(4))
File "matrix0.pyx", line 1497, in sage.matrix.matrix0.Matrix.__repr__
(sage/matrix/matrix0.c:7963)
File "matrix0.pyx", line 1526, in sage.matrix.matrix0.Matrix.str
(sage/matrix/matrix0.c:8252)
File "matrix0.pyx", line 172, in sage.matrix.matrix0.Matrix.list
(sage/matrix/matrix0.c:2839)
File "matrix_symbolic_dense.pyx", line 349, in
sage.matrix.matrix_symbolic_dense.Matrix_symbolic_dense._list
(sage/matrix/matrix_symbolic_dense.c:4257)
File "matrix_symbolic_dense.pyx", line 123, in
sage.matrix.matrix_symbolic_dense.Matrix_symbolic_dense.get_unsafe
(sage/matrix/matrix_symbolic_dense.c:3011)
File
"/home/jaap/Download/sage-3.4.2.alpha0/local/lib/python2.5/site-packages/sage/calculus/calculus.py",
line 10261, in
symbolic_expression_from_maxima_string
raise TypeError, "unable to make sense of Maxima expression '%s' in
Sage"%s
TypeError: unable to make sense of Maxima expression '(-sage196)[1,1]' in
Sage
**********************************************************************
File
"/home/jaap/Download/sage-3.4.2.alpha0/devel/sage/sage/matrix/matrix_symbolic_dense.pyx",
line 413:
sage: M.determinant()
Expected:
4*x - 6
Got:
determinant(sage513)
**********************************************************************
2 items had failures:
1 of 3 in __main__.example_11
1 of 9 in __main__.example_18
***Test Failed*** 2 failures.
For whitespace errors, see the file
/home/jaap/Download/sage-3.4.2.alpha0/tmp/.doctest_matrix_symbolic_dense.py
[91.8 s]
exit code: 1024
----------------------------------------------------------------------
The following tests failed:
sage -t "devel/sage/sage/matrix/matrix_symbolic_dense.pyx"
Total time for all tests: 91.8 seconds
[j...@peace sage-3.4.2.alpha0]$
Jaap
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---