Testing few optional and external packages, here is what I get: Using --optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_numerical_backends_cplex,sage_numerical_backends_gurobi
---------------------------------------------------------------------- sage -t --long src/sage/databases/findstat.py # 8 doctests failed sage -t --long src/sage/databases/oeis.py # 1 doctest failed sage -t --long src/sage/geometry/polyhedron/base.py # Bad exit: 1 sage -t --long src/sage/graphs/generators/smallgraphs.py # 2 doctests failed sage -t --long src/sage/symbolic/integration/external.py # 1 doctest failed ---------------------------------------------------------------------- External software detected for doctesting: cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc Rerunning failed doctests, I get the same. The external and oeis failures are copied below. Follow up at https://trac.sagemath.org/ticket/25536 sage -t --long src/sage/symbolic/integration/external.py ********************************************************************** File "src/sage/symbolic/integration/external.py", line 91, in sage.symbolic.integration.external.mma_free_integrator Failed example: integral(sin(y)^2, y, algorithm='mathematica_free') # optional - internet Expected: 1/2*y - 1/4*sin(2*y) Got: -1/2*cos(y)*sin(y) + 1/2*y ********************************************************************** 1 item had failures: 1 of 7 in sage.symbolic.integration.external.mma_free_integrator 8 fricas tests not run 0 tests not run because we ran out of time [36 tests, 1 failure, 20.70 s] sage -t --long src/sage/databases/oeis.py ********************************************************************** File "src/sage/databases/oeis.py", line 489, in sage.databases.oeis.OEIS.find_by_description Failed example: oeis('beaver', max_results=4, first_result=2) # optional -- internet Expected: 0: A131956: Busy Beaver variation: maximum number of steps for ... 1: A141475: Number of Turing machines with n states following ... 2: A131957: Busy Beaver sigma variation: maximum number of 1's ... 3: A052200: Number of n-state, 2-symbol, d+ in {LEFT, RIGHT}, ... Got: 0: A131956: Busy Beaver variation: maximum number of steps for a 2-state, 2-symbol Turing machine running on a tape which is initialized with the number n in binary and 0's everywhere else. The machine is started at the rightmost bit in the number n. 1: A141475: Number of Turing machines with n states following the standard formalism of the busy beaver problem where the head of a Turing machine either moves to the right or to the left, but none once halted. 2: A131957: Busy Beaver sigma variation: maximum number of 1's on the final tape, for a 2-state, 2-symbol Turing machine running on a tape which is initialized with the number n in binary and 0's everywhere else. The machine is started at the rightmost bit in the number n. 3: A333479: Busy Beaver for binary lambda calculus: the maximum normal form size of any closed lambda term of size n, or 0 if no closed term of size n exists. ********************************************************************** 1 item had failures: 1 of 5 in sage.databases.oeis.OEIS.find_by_description 5 webbrowser tests not run 0 tests not run because we ran out of time [281 tests, 1 failure, 29.41 s] -- 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/3662c3b6-409a-4f8e-a9ca-c25e045eda80%40googlegroups.com.
