On Ubuntu 18.04 running on bi-Xeon E5-2623 (8 cores) + 16 GB RAM:

*- python2: *

  - incremental build (from 8.9.rc0, with -j16) OK 
  - all tests from ptestlong passed

- 
*python3: *

  - incremental build (from 8.9.rc0, with -j16) OK 

  - tests from ptest-python3 passed, except for 1 permanent failure in 
       src/sage/rings/polynomial/polynomial_rational_flint.pyx 
       this is the error tracked at https://trac.sagemath.org/ticket/28334

  - tests from ptestlong passed, except for 

----------------------------------------------------------------------
sage -t --long --warn-long 52.6 src/sage/libs/eclib/interface.py  # 1 
doctest failed
sage -t --long --warn-long 52.6 
src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
sage -t --long --warn-long 52.6 src/sage/repl/attach.py  # 4 doctests failed
sage -t --long --warn-long 52.6 src/sage/libs/singular/function.pyx  # 1 
doctest failed
sage -t --long --warn-long 52.6 
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 files
       - src/sage/libs/eclib/interface.py
       - src/sage/rings/polynomial/polynomial_rational_flint.pyx
      have permanent failures, while all doctests in
      - src/sage/repl/attach.py
      - src/sage/libs/singular/function.pyx
      - src/sage/numerical/backends/generic_backend.pyx
      pass when run standalone. 
 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/9e394d63-b87b-4c1f-8420-8c1176f7878a%40googlegroups.com.

Reply via email to