Hi On Ubuntu 11.04 natty and an Intel(R) Core(TM)2 Duo CPU T6670 @ 2.20GHz (HP 620) I get an error in make testlong:
sage -t -long -force_lib "devel/sage/doc/en/tutorial/tour_algebra.rst" ********************************************************************** File "/usr/local/src/sage-4.7.1/devel/sage/doc/en/tutorial/tour_algebra.rst", line 411: sage: maxima.eval("f:bessel_y(v, w)") Exception raised: Traceback (most recent call last): File "/usr/local/src/sage-4.7.1/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/usr/local/src/sage-4.7.1/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/usr/local/src/sage-4.7.1/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_22[2]>", line 1, in <module> maxima.eval("f:bessel_y(v, w)")###line 411: sage: maxima.eval("f:bessel_y(v, w)") File "/usr/local/src/sage-4.7.1/local/lib/python/site-packages/sage/interfaces/expect.py", line 1026, in eval return '\n'.join([self._eval_line(L, **kwds) for L in code.split('\n') if L != '']) File "/usr/local/src/sage-4.7.1/local/lib/python/site-packages/sage/interfaces/maxima.py", line 757, in _eval_line assert line_echo.strip() == line.strip() AssertionError ********************************************************************** 1 items had failures: 1 of 5 in __main__.example_22 ***Test Failed*** 1 failures. For whitespace errors, see the file /root/.sage//tmp/.doctest_tour_algebra.py [72.8 s] (This laptop crashed later in the process due to a desktop bug, that may be fixed now and I will run it again). Regards, Jan -- .~. /V\ Jan Groenewald /( )\ www.aims.ac.za ^^-^^ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org