See https://trac.sagemath.org/ticket/32797 (needs review)

El jueves, 18 de noviembre de 2021 a las 16:15:05 UTC+1, 
emanuel.c...@gmail.com escribió:

> FWIW (and belatedly…), on Debian testing, upgrading a freshly-rebuilt 
> 9.5.beta2 to 9.5.beta6leads to one (permanent)ptesttlong` failure:
>
> sage -t --long --random-seed=74846359479693131545811923291043381414 
> src/sage/lfunctions/pari.py  # 1 doctest failed
>
> Re-running this doctests shows :
>
> charpent@p-202-021:/usr/local/sage-9$ sage -t --long 
> --random-seed=74846359479693131545811923291043381414 
> src/sage/lfunctions/pari.py 
> Running doctests with ID 2021-11-18-16-05-31-e48e9c5b.
> Git branch: develop
> Using 
> --optional=build,debian,dochtml,pip,sage,sage.geometry.polyhedron,sage.rings.real_double,sage_spkg
> Doctesting 1 file.
> sage -t --long --warn-long 72.2 
> --random-seed=74846359479693131545811923291043381414 
> src/sage/lfunctions/pari.py
> **********************************************************************
> File "src/sage/lfunctions/pari.py", line 318, in 
> sage.lfunctions.pari.lfun_number_field
> Failed example:
>     L(0)
> Expected:
>     0.000000000000000
> Got:
>       ***   Warning: normalizing a series with 0 leading term.
>     0.000000000000000
> **********************************************************************
> 1 item had failures:
>    1 of   8 in sage.lfunctions.pari.lfun_number_field
>     [166 tests, 1 failure, 0.82 s]
> ----------------------------------------------------------------------
> sage -t --long --warn-long 72.2 
> --random-seed=74846359479693131545811923291043381414 
> src/sage/lfunctions/pari.py  # 1 doctest failed
> ----------------------------------------------------------------------
> Total time for all tests: 5.9 seconds
>     cpu time: 0.7 seconds
>     cumulative wall time: 0.8 seconds
> Pytest is not installed, skip checking tests that rely on it.
>
> … that this is essentially a cosmetic bug.
>
> Note that upgrading this system to 9.5.beta2 somehow led to a large 
> number of ptestlong failures, leading me to rebuild from scratch (i. e. 
> after make distclean).
>
> HTH,
> ​
> Le vendredi 12 novembre 2021 à 23:58:48 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 
>>
>>  6ec717a56d (trac/develop, tag: 9.5.beta6) Updated SageMath version to 
>> 9.5.beta6
>> fda367752b Trac #32724: Replace "... is SR" by isinstance(..., 
>> sage.rings.abc.SymbolicRing) to handle symbolic subrings
>> 470c171913 Trac #32650: sage.misc.latex: Replace have_... functions by 
>> Features
>> 741cb457a8 Trac #32602: Magma interface throws segfault
>> ad454f613b Trac #32587: upgrade gsl to version 2.7
>> f4f555cc95 Trac #32508: Eliminate use of __init__.py files for supplying 
>> package docstrings
>> 29a9c27e35 Trac #32836: Work around clobbering of PATH on initialization 
>> of libsingular from system singular
>> b3ce5f4843 Trac #32061: New SPKG for GNU gengetopt
>> 813c94ef62 Trac #32818: TypeError raised after a successful doctest when 
>> pytest is installed
>> d3a570f495 Trac #32732: sage.geometry: More # optional for test with 
>> examples that need sage.combinat, sage.rings.number_field, sage.plot
>> a44476579f Trac #32424: Upgrade to OpenBLAS 0.3.18 and make Sage fat 
>> binaries portable
>> 4327983ea8 Trac #32817: Fix two tests failing at random
>> a3b4810595 Trac #31527: spkg-configure.m4 for polymake
>> 8cbffb96aa Trac #32799: Explicitly set MPMATH_SAGE env variable
>> ef03d4459c Trac #32794: sage.functions.log.log: Move to 
>> sage.misc.functional
>> ec8a1b8b32 Trac #32793: removing another wave of py2 / py3 doctest tags
>> e148e86743 Trac #32790: fix E713 and E714 in modular/
>> 3fddb00aa4 Trac #32719: sage.rings.abc: Add documentation/tests as done 
>> in sage.geometry.abc
>> 607c4688e9 Trac #32306: int overflow in multiplicities computations in 
>> strongly_regular_graph
>> b4bb35e070 Trac #32751: Reinstallation of dependencies of setuptools_scm 
>> fails with packaging-related packages
>> c15692220a Trac #32783: random doctest failure in 
>> src/sage/graphs/generic_graph.py
>> 9d06a54f0c Trac #32781: SAGE_CHECK='warn' is broken
>> a35e2c5c98 Trac #32776: split convex set methods of polyhedra into 
>> base1.py
>> 32cfd6ff5a Trac #32775: Mostly fix slow down by #30022
>> 1277457340 Trac #32774: Bug in continued fraction doctest
>> 0ddec55ee2 Trac #32772: Fix two random test failures in graphs
>> 99b5174789 Trac #32771: Fix incorrect doctest introduced in #29978
>> 7e8ac9f7f8 Trac #32769: sage.categories.coxeter_groups: Remove 
>> module-level imports from sage.rings, sage.graphs
>> 10eefaecf4 Trac #32767: Split initialization and basic access of 
>> polyhedra out as a separate module
>> 1012c70fcc Trac #32766: fix E713 and E714 in matrix, modules, groups
>> f097900004 Trac #32762: fix E713 and E714 in algebras, categories, sets, 
>> etc
>> 9d1f3131ee Trac #32760: Update database_knotinfo to 2021.10.1
>> caa4d1858a Trac #32750: sage.rings.abc: Add pAdicRing, pAdicField; 
>> deprecate is_pAdic...
>> 37d880bc20 Trac #32748: clean the processing of networkx (Multi)(Di)Graph 
>> in the (Di)Graph constructor
>> 89d2a53015 Trac #32742: Use sage.rings.abc.RealField, 
>> sage.rings.abc.ComplexField more
>> 9c23f2a2c2 Trac #32734: Remove .all import of infinity
>> e6fb2820c2 Trac #32731: Avoid ceil, floor from sage.functions.other in 
>> non-symbolic uses
>> 0986d36585 Trac #32730: Import Expression from sage.structure.element
>> 6e741ff32c Trac #32725: Modularization changes in sage.modules, 
>> sage.matrix
>> 154137a687 Trac #32701: sage.rings.{real,complex}_double: Remove compile 
>> time dependency on cypari2
>> 71bf351939 Trac #32677: sage.rings.real_double: Move methods using GSL to 
>> a separate extension module
>> 2b36f5d4cf Trac #32641: Decentralize sage.rings.numbers_abc
>> e3c14c2930 Trac #32625: Parent._is_numerical, _is_real_numerical - remove 
>> hard dependency on real_mpfr, complex_mpfr
>> c855f39449 Trac #32357: Implement derivative for modular forms and 
>> quasimodular forms
>> 906387d5e4 Trac #31385: Improve interface of list_packages
>> e786d48c21 Trac #32746: fedora-{26,27,...,34}-minimal: scipy build fails 
>> - openblas not found
>> 4267a3130b Trac #32745: slackware-14.2-standard: conway_polynomials, 
>> elliptic_curves: Installation fails
>> f716a0b366 (tag: 9.5.beta5,) Updated SageMath version to 9.5.beta5
>>
>>

-- 
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/be6fd8eb-d790-4b79-aa5a-cfc477bbf780n%40googlegroups.com.

Reply via email to