On Sat, Dec 13, 2008 at 11:15 AM, mabshoff <mabsh...@googlemail.com> wrote:
>
> Hello folks,
>
> here goes 3.2.2.alpha2. It contains doctesting improvements, various
> speed ups, the usual set of bug fixes, improvements to DSage as well
> as the Magma interface. You might see some doctest failures with DSage
> since we reenabled some doctests. If you hit them please report the
> exact output. Depending on how hard those will be to fix we might
> disable those doctests again, but overall DSage should be faster and
> more robust. Gary Furnish is working on DSage again, so hopefully we
> will see many improvements in that area over the coming weeks and
> months.

Some dsage doctests fail.  For example, on one of my test machines
(sagenb.org, actually, which is a generic x86_64 ubuntu 8.10 install):

sage -t  "devel/sage/sage/dsage/interface/dsage_interface.py"
**********************************************************************
File 
"/home/was/build/sage-3.2.2.alpha2/devel/sage/sage/dsage/interface/dsage_interface.py",
line 241, in __main__.example_14
Failed example:
    d.is_connected()###line 501:_sage_    >>> d.is_connected()
Expected:
    True
Got:
    False
**********************************************************************

and after that many other things in this file fail.  This doesn't fail
on my os x 10.5 machine.  It *also* fails on my 32-bit ubuntu test
machine.

A dsage unit test fails too (also this fails on bsd.math -- on osx 10.5 box):

===============================================================================
[FAIL]: 
sage.dsage.server.tests.test_server.DSageServerTestCase.testget_killed_jobs_list

Traceback (most recent call last):
  File "/home/was/build/sage-3.2.2.alpha2/local/lib/python2.5/unittest.py",
line 260, in run
    testMethod()
  File 
"/home/was/build/sage-3.2.2.alpha2/local/lib/python2.5/site-packages/sage/dsage/server/tests/test_server.py",
line 154, in testget_killed_jobs_list
    self.assert_(job.update_time < datetime.datetime.now())
exceptions.AssertionError:
-------------------------------------------------------------------------------
Ran 52 tests in 7.039s


Finally, ell_generic.py fails:

age -t  "devel/sage/sage/schemes/elliptic_curves/ell_generic.py"
**********************************************************************
File 
"/home/was/build/sage-3.2.2.alpha2/devel/sage/sage/schemes/elliptic_curves/ell_generic.py",
line 191, in __main__.example_8
Failed example:
    magma(E)###line 308:_sage_    >>> magma(E)
Exception raised:

That's my fault -- those doctests should have been marked optional.

William

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to