On OS X 10.10.2, make ptestlong creates two sage.png file due to #21947 (I 
will create a ticket to fix this shortly) and finishes with:

----------------------------------------------------------------------
sage -t --long --warn-long 264.4 src/sage/modular/modform/element.py  # 
Timed out
sage -t --long --warn-long 264.4 src/sage/interfaces/singular.py  # 1 
doctest failed
----------------------------------------------------------------------

The singular issue is the same as reported for 7.5.beta4 and earlier 
threads. Here is where the doctest timed out for element.py (I can't 
reproduce) :

sage -t --long --warn-long 264.4 src/sage/modular/modform/element.py
    Timed out
**********************************************************************
Tests run before process (pid=23593) timed out:
sage: from sage.modular.modform.element import is_ModularFormElement ## 
line 40 ##
sage: is_ModularFormElement(5) ## line 41 ##
False
...
sage: eps = DirichletGroup(3).0 ## line 1730 ##
sage: eps.parent() ## line 1731 ##
Group of Dirichlet characters modulo 3 with values in Cyclotomic Field of 
order 2 and degree 1
sage: f_eps = f.twist(eps) ## line 1733 ##
**********************************************************************

Everything else is okay!

Sébastien

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to