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,
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/456c94f5-e308-4e69-aa7a-ceac90e1c9f1n%40googlegroups.com.
ptestalllong
stopped working for me for a lohg time (since I switched to Python 3-based compilatins, IIRC).
HTH,
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/456c94f5-e308-4e69-aa7a-ceac90e1c9f1n%40googlegroups.com.
On macOS 10.15.17, I noticed a weird behavior with tab completion.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/9072BB67-A80B-42DB-9D89-BBD86286980E%40gmail.com.