On Ubuntu 16.04, MAKE="make -j6" make ptestlong finishes with:

----------------------------------------------------------------------
sage -t --long --warn-long 47.7 src/sage/homology/simplicial_complex.py  # 
1 doctest failed
sage -t --long --warn-long 47.7 src/sage/modular/abvar/homology.py  # Timed 
out
----------------------------------------------------------------------

Both disappear on a rerun.

The simplicial_complex.py failing doctest is the same as I reported in 
7.6.beta3 thread.

The abvar/homology.py timed out on

...
sage: t = J1(13).homology(QQ).hecke_matrix(3); t ## line 458 ##
[ 0  0  2 -2]
[-2 -2  0  2]
[-2 -2  0  0]
[ 0 -2  2 -2]
sage: t.base_ring() ## line 463 ##
Rational Field
sage: t = J1(13).homology(GF(3)).hecke_matrix(3); t ## line 465 ##
[0 0 2 1]
[1 1 0 2]
[1 1 0 0]
[0 1 2 1]
sage: t.base_ring() ## line 470 ##
Finite Field of size 3
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 
472 ##
0
sage: f = J0(43).rational_homology().hecke_polynomial(2) ## line 482 ##

**********************************************************************

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 [email protected].
To post to this group, send email to [email protected].
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