FWIW, on the same machine, I upgraded a 8.8 installation to 8.9.beta7 (I 
wanted to check sometong about the R interface). Ptestlong got three 
failures:

----------------------------------------------------------------------
sage -t --long --warn-long 155.5 
src/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py
  
# 1 doctest failed
sage -t --long --warn-long 155.5 src/sage/tests/gap_packages.py  # 1 
doctest failed
sage -t --long --warn-long 155.5 src/sage_setup/optional_extension.py  # 1 
doctest failed
----------------------------------------------------------------------

The first one (already multireported) is transient, the other two are 
permanent, but seemingly cosmetic. Details :

charpent@zen-book-flip:/usr/local/sage-8$ sage -t --long --warn-long 155.5 
src/sage/tests/gap_packages.py 
Running doctests with ID 2019-08-25-15-41-16-ec0ea2a1.
Git branch: develop
Using 
--optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 155.5 src/sage/tests/gap_packages.py
**********************************************************************
File "src/sage/tests/gap_packages.py", line 8, in sage.tests.gap_packages
Failed example:
    test_packages(pkgs, only_failures=True)    # optional - gap_packages
Expected:
      Status   Package   GAP Output
    +--------+---------+------------+
Got:
    #I  method installed for Matrix matches more than one declaration
      Status   Package   GAP Output
    +--------+---------+------------+
**********************************************************************
1 item had failures:
   1 of   5 in sage.tests.gap_packages
    [11 tests, 1 failure, 2.90 s]
----------------------------------------------------------------------
sage -t --long --warn-long 155.5 src/sage/tests/gap_packages.py  # 1 
doctest failed
----------------------------------------------------------------------
Total time for all tests: 2.9 seconds
    cpu time: 2.5 seconds
    cumulative wall time: 2.9 seconds
charpent@zen-book-flip:/usr/local/sage-8$ sage -t --long --warn-long 155.5 
src/sage_setup/optional_extension.py 
Running doctests with ID 2019-08-25-15-42-00-8f82ff2e.
Git branch: develop
Using 
--optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 155.5 src/sage_setup/optional_extension.py
**********************************************************************
File "src/sage_setup/optional_extension.py", line 72, in 
sage_setup.optional_extension.OptionalExtension
Failed example:
    print(ext.__class__.__name__)
Expected:
    Extension
Got:
    CythonizeExtension
**********************************************************************
1 item had failures:
   1 of  10 in sage_setup.optional_extension.OptionalExtension
    [12 tests, 1 failure, 0.25 s]
----------------------------------------------------------------------
sage -t --long --warn-long 155.5 src/sage_setup/optional_extension.py  # 1 
doctest failed
----------------------------------------------------------------------
Total time for all tests: 0.3 seconds
    cpu time: 0.0 seconds
    cumulative wall time: 0.2 seconds

HTH,

Le lundi 19 août 2019 14:40:38 UTC+2, Emmanuel Charpentier a écrit :
>
> FWIW, on a Debian testing installation running on core I7 + 16 GB RAM, an 
> upgrade to 8.9.beta7 from a freshly reinstalled 8.9.beta6 gives three 
> failure that seem identical to those reported for 8.9.beta6:
>
> ----------------------------------------------------------------------
> sage -t --long --warn-long 157.5 src/sage/graphs/strongly_regular_db.pyx  
> # 4 doctests failed
> sage -t --long --warn-long 157.5 
> src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
> sage -t --long --warn-long 157.5 
> src/sage/algebras/quantum_groups/quantum_group_gap.py  # Killed due to 
> segmentation fault
> ----------------------------------------------------------------------
>
> HTH,
>
> Le dimanche 18 août 2019 20:19:23 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 
>>
>>
>> 7d561d89cf (tag: 8.9.beta7, trac/develop) Updated SageMath version to 
>> 8.9.beta7
>> 8c985712ae Trac #18267: libgap for PermutationGroup
>> 5b698dd631 Trac #28354: pexpect GAP interface: Handle errors when 
>> subprocess isn't wait()-ed by ptyprocess
>> 6fcbcf19be Trac #18312: Construction of a sparse matrix from sparse 
>> vectors does not exploit sparseness
>> d253db88ac Trac #28338: wrong AC_LINK_IFELSE call in spkg-configure
>> 2ea8fa1d96 Trac #27724: GAP Bernoulli function crashes on Cygwin with 
>> system GMP
>> dcaab57016 Trac #28331: AttributeError when computing manifold chart 
>> after computing its vector field module
>> d43cf1e44a Trac #28352: Fix dependencies on png.h, m4ri.h, m4rie.h
>> ee85c4bea5 Trac #28020: configure check for zlib and libzma can leave 
>> bogus compiler flags
>> 2654e1529d Trac #28341: Allow doc to build with SAGE_PARI_CFG undefined
>> 7a41f585a8 Trac #27864: spkg-configure.m4 for isl
>> 54be98be5d Trac #28328: Fix base ring conversion of non-associative 
>> unital algebras
>> b115ef9e63 Trac #28318: linbox for sparse integer matrix
>> b20a286c90 Trac #27081: Section for composite maps
>> 459699b47f Trac #28327: ModulesWithBasis random_element() uses coercion 
>> from base ring that might not exist
>> d4db3bd999 Trac #28323: expose is_comparability and is_permutation in 
>> graph
>> b656376291 Trac #28333: spkg-configure.m4 for eclib
>> ea6f35b74c Trac #28320: Further fixes for sage-env-less installs
>> ecdd4043be Trac #28242: spkg-configure.m4 for pari
>> 9a77264504 Trac #27859: Implementing the Yen's algorithm and its improved 
>> versions
>> 213fe0ba4d (tag: 8.9.beta6) Updated SageMath version to 8.9.beta6
>>
>>

-- 
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/865cb48d-b969-400b-9d83-43f61f10ba5f%40googlegroups.com.

Reply via email to