On Ubuntu 18.04 running on bi-Xeon E5-2623 (8 cores) + 16 GB RAM:
*- python2: *
- build (with -j16) from a fresh git clone + pull develop OK
- all tests from ptestlong passed
-
*python3: *
- incremental build (from 8.9, with -j16) OK
- tests from ptest-python3 passed, except for 1 permanent failure in
src/sage/rings/polynomial/polynomial_rational_flint.pyx
this is https://trac.sagemath.org/ticket/28334
- tests from ptestlong passed, except for
----------------------------------------------------------------------
sage -t --long --warn-long 52.1
src/sage/rings/polynomial/polynomial_rational_flint.pyx # 1 doctest failed
sage -t --long --warn-long 52.1 src/sage/repl/attach.py # 4 doctests failed
sage -t --long --warn-long 52.1 src/sage/libs/singular/function.pyx # 1
doctest failed
sage -t --long --warn-long 52.1
src/sage/numerical/backends/generic_backend.pyx # 2 doctests failed
----------------------------------------------------------------------
The failed doctests are those tracked at
https://trac.sagemath.org/ticket/28298
<https://www.google.com/url?q=https%3A%2F%2Ftrac.sagemath.org%2Fticket%2F28298&sa=D&sntz=1&usg=AFQjCNHBv114WHFnRXpUuO4hvJRbRIWtFw>
The doctests in the last three files are passed when run standalone,
while that in the first file is permanent (cf. the ptest-python3 report)
Eric.
--
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/e52d514f-4b4d-49c1-81f7-f55bd2150449%40googlegroups.com.