On Debian testing running on core i7 + 16 GB RAM, after upgrading 0.2.rc1 
to 9.2.rc3 configured to use all available system packages, ptestlong 
results in one transient and five permanent failures, four already reported 
for previous versions :
File Resulte P/T 
src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py Killed due to 
abort P 
src/sage/tests/parigp.py Timed out T 
src/sage/modules/fg_pid/fgp_module.py 3 doctests failed P 
src/doc/en/developer/coding_in_other.rst 1 doctest failed P 
src/doc/en/constructions/algebraic_geometry.rst 1 doctest failed P 
src/sage/modules/free_module_morphism.py 3 doctests failed P 

Repetition of the “new” failing test fgp_module.py results in the following 
:

sage -t --long --warn-long 170.4 --random-seed=0 
src/sage/modules/fg_pid/fgp_module.py
**********************************************************************
File "src/sage/modules/fg_pid/fgp_module.py", line 130, in 
sage.modules.fg_pid.fgp_module
Failed example:
    y = f.lift(3*M1.0); y
Expected:
    (0, 13)
Got:
    (1, 0)
**********************************************************************
File "src/sage/modules/fg_pid/fgp_module.py", line 1288, in 
sage.modules.fg_pid.fgp_module.FGP_Module_class.coordinate_vector
Failed example:
    Q.coordinate_vector(-x, reduce=False)
Expected:
    (0, -4)
Got:
    (0, 8)
**********************************************************************
File "src/sage/modules/fg_pid/fgp_module.py", line 1417, in 
sage.modules.fg_pid.fgp_module.FGP_Module_class.optimized
Failed example:
    X
Expected:
    [0 4 0]
    [0 1 0]
    [0 0 1]
Got:
    [ 0 -8  0]
    [ 0  1  0]
    [ 0  0  1]
**********************************************************************
3 items had failures:
   1 of  45 in sage.modules.fg_pid.fgp_module
   1 of  23 in sage.modules.fg_pid.fgp_module.FGP_Module_class.coordinate_vector
   1 of  11 in sage.modules.fg_pid.fgp_module.FGP_Module_class.optimized
    [396 tests, 3 failures, 2.84 s]
----------------------------------------------------------------------
sage -t --long --warn-long 170.4 --random-seed=0 
src/sage/modules/fg_pid/fgp_module.py  # 3 doctests failed
----------------------------------------------------------------------
Total time for all tests: 2.9 seconds
    cpu time: 2.8 seconds
    cumulative wall time: 2.8 seconds

HTH,
​


Le dimanche 18 octobre 2020 12:01:45 UTC+2, 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 
>
>
> f976c52c57 (tag: 9.2.rc3, trac/develop) Updated SageMath version to 9.2.rc3
> 70d165564b Trac #30402: Cannot load an object containing a matrix if it 
> was saved from Python 2 Sage
> 3ac4f4acd4 Trac #30643: cygwin-minimal, cygwin-standard: scipy build 
> fails: 'u_int' has not been declared
> dc3fc00492 Trac #30687: "make python3-clean" should always remove 
> local/bin/python3*
> 2b5c0ba2c0 Trac #30757: fedora-33-standard/homebrew-macos flint/arb 
> breakage
> c5ca85e1fb Trac #30758: for python 3.6, universal_newlines=, not text=, 
> must be used in run()
> 1e728ac0d3 (tag: 9.2.rc2) Updated SageMath version to 9.2.rc2
>
>

-- 
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/31cf9e79-4600-4cb8-9b85-5886611871eco%40googlegroups.com.

Reply via email to