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/ >
On Fedora 9, 32 bit, fresh build: sage -t "devel/sage/sage/matrix/matrix_symbolic_dense.pyx" ********************************************************************** File "/home/jaap/downloads/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) ********************************************************************** 1 items had failures: On retry: sage -t "devel/sage/sage/matrix/matrix_symbolic_dense.pyx" ********************************************************************** File "/home/jaap/downloads/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/downloads/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/downloads/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/downloads/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/downloads/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 ********************************************************************** 1 items had failures: 1 of 3 in __main__.example_11 ***Test Failed*** 1 failures. For whitespace errors, see the file /home/jaap/downloads/sage-3.4.2.alpha0/tmp/.doctest_matrix_symbolic_dense.py [204.6 s] exit code: 1024 ---------------------------------------------------------------------- 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? Jaap --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---