FWIW :

   - passes ptestlong with no errors on Debian testing running on core i5 + 
   8 GB RAM ;
   - passes ptestlong on Debian testing running on core i7 + 16 GB RAM with 
   one transient failure :

**********************************************************************
File "src/sage/libs/gap/assigned_names.py", line 59, in 
sage.libs.gap.assigned_names.load_or_compute
Failed example:
    workspace(name='globals')
Expected:
    ('...', True)
Got:
    ('/home/charpent/.sage/gap/libgap-globals-0x680d9349649747e2', False)
**********************************************************************
which passes when ran standalone.

HTH,

--
Emmanuel Charpentier

Le lundi 11 septembre 2017 22:34:22 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
>
> cbfb8fff53 (HEAD -> develop, tag: 8.1.beta5, trac/develop) Updated 
> SageMath version to 8.1.beta5
> 8f94ef27f6 (github/develop) Trac #23217: yasm testsuite fails
> 96cf713f3f Trac #23817: bridges method of Graph is sometimes wrong
> 75bac0f167 Trac #23808: Keep embedding info when converting algebraics to 
> number field in projective morphism
> e179582199 Trac #23795: py3: remove two calls to cmp()
> 86ae9d8384 Trac #23794: py3 rich comparison for heegner (step 2/2)
> b435fee895 Trac #23792: python3: Fix import time assertion error from 
> ntl_ZZ.__init__
> b7ecad2525 Trac #23790: a few minor changes in docs
> 9933f5e37c Trac #23785: Fix sagelib setup.py install issues on Python 3
> b635c9cac9 Trac #23780: Modify p-adic Gauss sum to allow working directly 
> in Q_p
> 83f30494b7 Trac #23756: add shape method to crystal of tableaux elements
> 6248bc0dd2 Trac #23754: Randomized test for finite lattices
> a98fc524f0 Trac #23748: Run doctests with limited memory
> b99e6838da Trac #23724: Allow random sampling for unit testing
> 205c67ace1 Trac #23566: Jupyter does not plot matplotlib images when 
> %display is set to 'typeset' or 'latex'
> b45ee2c5ca Trac #23135: Doctest: Conjugate does not distribute over a sum
> 1d0b209b81 Trac #22988: Add SBox Instances
> dda6635be0 Trac #22875: py3: operator has no longer div and idiv methods
> 90aa5a8bc6 Trac #22802: Symbolic to  SymPy convertion for generic function
> 7de1a99ea7 Trac #22698: Deprecate sage --cython foo.spyx
> cdb9a12890 Trac #22558: .volume() of polyhedron does not handle unbounded 
> polyhedron properly
> dcb5222e03 Trac #21973: Doctest: x.is_negative() when assuming x < 0
> c7b2d40f60 Trac #21535: Make src/setup.py respect --build-base and 
> --inplace, independent of SAGE_CYTHONIZED
> 99a0951303 Trac #20876: GLPK: glp_exact ignores verbosity level
> 1ee8224f5e Trac #15341: Hashing of GammaH congruence groups is broken
> 1120632619 Trac #11806: Optional spkg for MPFRCX
> 57a11a5d28 Trac #23789: Drop -std=gnu99 from $CC
> 58291f97f4 Trac #23637: failing doctest in 
> sage/geometry/polyhedron/backend_normaliz.py (non-sorted)
> 5dfbce0c46 Trac #23596: Update GLPK to 4.63
> 1df54ff532 Trac #23581: LLL_gram, clarifying and handling undefined 
> behavior when `self` is not positive definite
> 46dfcd17dd Trac #23546: two errors in treewidth for non-connected graphs
> 361f517d69 Trac #23190: Improve is_injective()/is_surjective() for 
> coercions of quotient rings
> 52425f5e7d Trac #22552: 2 bugs creating a simple 2-point Polytope
> f6f2427a30 Trac #20788: Compute dimensions of individual generalized 
> eigenspaces
> 61229fc097 Trac #18619: A combinatorial formula for upper cluster algebra 
> elements
> a5e1b9799f Trac #16045: Polytope volume function engines produce different 
> results
> 50c6258e2e Trac #23784: p-adic Gamma function breaks on zero input
> 44fb4177ff Trac #23778: PermutationGroup.cardinality is sometimes an int
> 8ffde25927 Trac #23776: arctan2 for RDF causes plotting errors
> 89bc194c5d Trac #23774: sage_setup: Proper error checking for makedirs
> b7cfd88fcc Trac #23771: Fix "functions should not be declared inline" 
> Cython warnings
> 2327f80010 Trac #23767: 3 test failures with -optional=sage,latex
> 7c5927c9db Trac #23763: turning free dendriform algebras into Hopf algebras
> b7f7f57e7d Trac #23761: Add QQ to the category of number fields
> d02a1c52d7 Trac #23751: py3: no more cmp in ideal_monoid.py
> 843e294d2c Trac #23745: py3 : some future imports in pyx files
> 6dce571596 Trac #23744: Don't use SAGE_CYTHONIZED in 
> sage_include_directories(sources=True)
> ecfb4f9cee Trac #23743: inaccuracy in SR.var docstring
> fa753426bd Trac #23735: insert link to faqs 0^0 and show docstring of 
> __pow__ in integer
> 91c6d0da9f Trac #23731: py3: future division in matrix2
> fd1e9b4baa Trac #23729: py3: some care for division in graphs + various 
> improvements
> b480562945 Trac #23711: sage-env: do not depend on matplotlib version 
> number
> 913ce95ad1 Trac #23692: Implement crystals for Kac modules for 
> general-linear Lie superalgebras
> e4204f8be2 Trac #23681: Make _repr_ of MILP more informative
> 329e970dfb Trac #23496: sympy patch for abstract function
> b9003e5b05 Trac #23326: Polyhedron from inexact MIP is broken
> 5fdf5a3a5d Trac #23275: Bipartite graphs should not accept loops
> f34394d84e (tag: 8.1.beta4) Updated SageMath version to 8.1.beta4
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to