I've tested this (with the necessary in the case of OSX 10.12) 
#12426+#23898 (thus, building with clang)
and got one persistent timeout here:

sage -t --long --warn-long 240.4 
src/sage/rings/padics/padic_generic_element.pyx 

Namely, it is this test, and it takes over 10 minutes on my (old and slow) 
Mac laptop if I just
run at sage prompt:

sage: R = Zp(17,10^6) ## line 2626 ##
sage: a = 17 * R.random_element() ## line 2627 ##
sage: b = a.exp() # should be rather fast ## line 2628 ##
------------------------------------------------------------------------

0 signals.so 0x000000010669932f print_backtrace + 63
1 signals.so 0x000000010669cb9c sigdie + 60
2 signals.so 0x000000010669caaf cysigs_signal_handler + 255
3 libsystem_platform.dylib 0x00007fffa670db3a _sigtramp + 26
4 ??? 0x8ba894b5e66ba4e9 0x0 + 10063456876335178985

------------------------------------------------------------------------


On Tuesday, October 17, 2017 at 7:56:38 AM UTC+1, Volker Braun wrote:
>
> 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
>
> a2e82e15a2 (HEAD -> develop, tag: 8.1.beta8, trac/develop) Updated 
> SageMath version to 8.1.beta8
> 7dc7c74d76 Trac #23872: Singular expansion for implicitly defined function
> 71c53d6efc Trac #23844: GapElement.__contains__ (from libgap) should use 
> the infix `in` from gap
> 03398aa3f4 Trac #23818: py3: hash for complex interval fields
> 756c0ec447 Trac #23671: hypergeometric motives
> e7b4f77db7 Trac #22922: Faster implementation of LLT polynomials
> 8d71436074 Trac #20762: Several additional methods for SimplicialComplex
> 37b5b2cfd2 Trac #18236: support xz compressed tarballs
> 202fa8dd8c Trac #24020: Cygwin: misc test failures
> a56746c985 Trac #23922: Upgrade eclib to compile with xcode 9
> 1472db0a6b Trac #23985: rst2ipynb causes doctest failures if pandoc is not 
> installed
> 067b87c610 Trac #23983: dot2tex breaks docbuild
> 11c3bcca4e Trac #23979: Ignore failure in setrlimit on Cygwin
> e96397a071 Trac #23973: doc build hangs on Cygwin
> c249d236cb Trac #22461: Implement cython() using cythonize()
> 50670a7181 Trac #7516: bug in pickling quotient module over pid
> fce8fd00d4 Trac #23997: installed_packages(False) gives wrong version for 
> Python packages with patches
> cbbbbc5307 Trac #23976: giacpy_sage causes doctest failures due to 
> threading
> a22a806a2d Trac #23975: sage-location: do not remove .pyc files
> 2c6ac6c343 Trac #23970: Simpler caching in ell_rational_field
> cda826dfaf Trac #23966: Conversion from ZpFM to its fraction field 
> incorrect
> 4bce0bfd2d Trac #23965: Coercion to fraction field is injective
> c3b1b7780a Trac #23862: speed_up_left_and_right_key
> a1b45bb7c4 Trac #23839: Fix reference manual index for partn_ref
> 1b74aa24b0 Trac #23634: A base class for integral quadratic forms seen as 
> modules with a bilinear form.
> 9659a399eb Trac #18395: (moderate) Speedup in layout_spring
> c4aef0e21f Trac #23962: rank() of elliptic curves should always consult 
> Cremona database
> 78a2ebd287 Trac #23957: gmpy2 causes doctest failures
> 7d5784f2a9 Trac #23947: Reciprocal transformation and trace polynomial
> e5cb49e05c Trac #23800: Add O method for Laurent series rings
> 0e98d937dc Trac #23963: py3: richcmp for function field ideals
> 380c526205 Trac #23951: fix rotate and conjugate in growth diagrams
> 639646985c Trac #23905: Avoid _element_constructor in Homset
> a5eeff69d2 Trac #23949: py3 : some work on __cmp__ and richcmp
> b580a4c279 Trac #23929: Upgrade to cypari2 version 1.1.3
> 894facd65a Trac #23912: parent() is slow for non-Elements
> bda5b4d10b Trac #23925: Bulk fix of signal handling in symbolics
> 68cb85abe9 Trac #23713: Support SAGE_NUM_THREADS everywhere for 
> parallellism
> 3c684b65ed Trac #23944: Q/Z
> 0d96592852 Trac #23932: differences in construction of PolynomialRing and 
> LaurentPolynomialRing
> 35ffe56528 Trac #23915: include the inner_product_matrix in module 
> comparison
> da6237b58e Trac #23883: InheritComparisonClasscallMetaclass.__new__() does 
> not work
> 2e522cf00a Trac #23865: disable a very long doctest in omega.py
> b198ad5d04 Trac #23857: Implement conversion C++ <-> str
> 1a06cd5dd1 Trac #23815: Upgrade to Python 2.7.14
> 26a96021b2 Trac #23734: Implement iterator for generic permutations in 
> Cython
> 5455b1ce78 Trac #23642: Factorization over some quotient rings incorrect
> 82260ab4ad Trac #23565: update arb to version 2.11.1
> c3f620e7b7 Trac #23544: Upgrade PARI/GP to git master version
> 75daefe5ed Trac #23510: Fraction field of fixed modulus p-adic rings 
> should have floating point type
> f8b263fb53 Trac #23376: Equality testing of genera of quadratic forms over 
> ZZ changes the genus and produces false results
> b0c0f6749a Trac #22886: fix pxd header files
> 54ba5948be Trac #23429: Multivector fields and the Schouten-Nijenhuis 
> bracket
> c24da43be9 Trac #23131: Add computation of longest commons extensions in a 
> word
> c1c3197fc3 Trac #22720: AdditiveAbelianGroup([]).annihilator() fails.
> 294c389e84 Trac #18386: Doctests for: fix polylog evalf
> cc613b1e98 (tag: 8.1.beta7) Updated SageMath version to 8.1.beta7
>
>

-- 
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 post to this group, send email to sage-release@googlegroups.com.
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