On a slightly larger machine (Debian testing running on core i7 + 16 GB RAM, with gap-packages installed),ptestalllong gets me seven temporary failures and three permanent ones:
File | Result | P/T ---------------------------------------------+-------------------+---- src/sage/plot/animate.py | 7 doctests failed | T src/sage/interfaces/psage.py | 1 doctest failed | T src/sage/numerical/backends/glpk_backend.pyx | 1 doctest failed | P src/sage/tests/gap_packages.py | 1 doctest failed | P src/sage/symbolic/integration/external.py | 1 doctest failed | T src/sage/misc/latex.py | 1 doctest failed | T src/sage/libs/glpk/error.pyx | 1 doctest failed | P src/sage/repl/load.py | 1 doctest failed | T src/sage/combinat/designs/ext_rep.py | 1 doctest failed | T src/sage/databases/findstat.py | 1 doctest failed | Y All of these failures have already been reported. HTH, Le lundi 9 décembre 2019 14:24:34 UTC+1, Emmanuel Charpentier a écrit : > > On Debian testing running on core i5 + 8 GB RAM, upgrading a 9.0.beta8 > Python3-based Sage and running ptestalllong gives nine transient failures > and no permanent one: > > | File | Result | > |-----------------------------------------------+-------------------+ > | src/sage/plot/animate.py | 7 doctests failed | > | src/doc/en/constructions/linear_algebra.rst | 1 doctest failed | > | src/sage/misc/latex.py | 1 doctest failed | > | src/doc/en/constructions/interface_issues.rst | 1 doctest failed | > | src/sage/repl/load.py | 1 doctest failed | > | src/doc/en/developer/coding_in_other.rst | 1 doctest failed | > | src/sage/interfaces/octave.py | 3 doctests failed | > | src/sage/databases/findstat.py | 1 doctest failed | > | src/sage/interfaces/magma_free.py | 2 doctests failed | > > One notes that three of these those transient failures (those occuring in > .rst files) were not observed in previous 9.0betas. > > HTH, > > Le dimanche 8 décembre 2019 22:41:25 UTC+1, Volker Braun a écrit : >> >> As always, you can get the latest beta version from the "develop" git >> branch. Alternatively, the self-contained source tarball is at >> http://www.sagemath.org/download-latest.html >> >> >> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to >> 9.0.beta9 >> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> >> explicitly >> 3988ae0c3b Trac #28841: fix some little details in doc >> d370054b01 Trac #28839: adding a minimal lgtm.yml file >> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the >> corresponding parts of the Makefile >> 368a68abad Trac #28830: cleaning the file dlx.py >> 08421c59a1 Trac #28792: SageNB, message about removal >> 6a92dab9a4 Trac #28840: pari 2.11.2 >> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes >> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db >> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from >> both Vrep and Hrep >> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB >> has been installed >> 9e0670240c Trac #28822: Use assert on a condition that should always be >> true >> 3814db49b8 Trac #28826: a few typos >> b2254ebec7 Trac #28476: norm returns a negative number >> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to >> fail >> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple >> 4c75b8087d Trac #28821: get rid of filter >> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows >> fb1c004e14 Trac #28541: bug in change_ring for polynomials >> 680649c354 Trac #24398: Document function initialization parameters >> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3 >> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests >> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.beta8 >> >> -- 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/08a973e0-937e-40f5-9810-67913a5d0c5f%40googlegroups.com.
