Francois Bissey wrote: > >> On 31/07/2016, at 18:54, leif <not.rea...@online.de> wrote: >> >> This is what I get with GMP 6.1.1 (Sage 7.3.rc0, GCC 5.4.0): >> >> ---------------------------------------------------------------------- >> sage -t --long --warn-long 68.2 src/sage/structure/sage_object.pyx # >> Killed due to abort >> sage -t --long --warn-long 68.2 src/sage/rings/integer.pyx # 1 doctest >> failed >> sage -t --long --warn-long 68.2 src/sage/homology/simplicial_complex.py >> # 1 doctest failed >> sage -t --long --warn-long 68.2 src/doc/en/developer/coding_in_other.rst >> # 1 doctest failed >> sage -t --long --warn-long 68.2 >> src/doc/en/constructions/algebraic_geometry.rst # 1 doctest failed >> sage -t --long --warn-long 68.2 src/sage/matrix/matrix_double_dense.pyx >> # 1 doctest failed >> sage -t --long --warn-long 68.2 src/sage/libs/libecm.pyx # 1 doctest failed >> sage -t --long --warn-long 68.2 src/sage/ext/memory.pyx # 1 doctest failed >> ---------------------------------------------------------------------- > > I’ll assume this is a build from scratch with gmp.
Yes. I replaced the optional GMP package, i.e., upgraded it to 6.1.1. > I think coding_in_other.rst and algebraic_geometry.rst > are basically the same kind of errors. I had them for a while > and then they disappeared. The failure is triggered because > the order of the terms in the output is different. Yes. But someone should make the doctests more robust w.r.t. this. > I used to have noise in matrix_double_dense.pyx from openblas > but I patched that. A patch for my Haswells has positive review, but isn't merged yet. (tol changed from 1e-14 to 1.1e-14; see also #21121, a follow-up.) > The rest is new to me. Would have to dig difference between > your ntl/singular and mine at least. > > What’s the failure with simplicial_complex.py? Good question. Passed when rerun separately. Digging in ptestlong.log I found: sage -t --long --warn-long 68.2 src/sage/homology/simplicial_complex.py ********************************************************************** File "src/sage/homology/simplicial_complex.py", line 2813, in sage.homology.simplicial_complex.SimplicialComplex.is_cohen_macaulay Failed example: X.is_cohen_macaulay(ZZ) Expected: False Got: [Errno 2] No such file or directory: '/home/leif/.sage/temp/tunguska/16183/dir_5o8pnH/16223.out' False ********************************************************************** So apparently not related to GMP, just another flaky test. (Although I don't recall having seen that before.) -leif -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.