On Ubuntu 18.04, running doctests with few optional and external tags, I 
get:

Using 
--optional=4ti2,build,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,lrslib,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg
Features to be detected: 
4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
Doctesting entire Sage library.
Doctesting all documentation sources.
Sorting sources by runtime so that slower doctests are run first....
Doctesting 4361 files using 8 threads.
...
----------------------------------------------------------------------
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/combinat/designs/incidence_structures.py  # 1 doctest failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/geometry/polyhedron/base.py  # 1 doctest failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/graphs/generic_graph.py  # 2 doctests failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/graphs/graph.py  # 3 doctests failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/numerical/backends/glpk_backend.pyx  # 4 doctests failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/numerical/mip.pyx  # 8 doctests failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py 
 # 2 doctests failed
sage -t --long --random-seed=222370111836169224106897327328963203793 
src/sage/tests/cmdline.py  # 1 doctest failed
----------------------------------------------------------------------
Features detected for doctesting: 
dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex

Rerunning failed tests gives the same list.

Follow up at: https://trac.sagemath.org/ticket/25536

In particular, the failures with the 4 files involving GLPK made a bug in 
doctest/parsing.py appear:

#33588: warnings to ignore are not ignored when a doctest is tagged with # 
tol
https://trac.sagemath.org/ticket/33588 (needs review).



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/f25ca278-dd97-4d03-a255-37375317237cn%40googlegroups.com.

Reply via email to