Volker Braun wrote:
> 5cd62cb Updated SageMath version to 7.4.beta2

Built from scratch (source tarball), Linux x86_64 (Haswells).

With GCC 6.1.0:

----------------------------------------------------------------------
sage -t --long src/sage/libs/gap/assigned_names.py  # 1 doctest failed
sage -t --long src/sage/symbolic/function.pyx  # 1 doctest failed
----------------------------------------------------------------------

The first is the usual failure, the second is new, and I don't know
where it originates from (as the doctest itself hasn't changed):

**********************************************************************
File "src/sage/symbolic/function.pyx", line 667, in
sage.symbolic.function.Function._fast_float_
Failed example:
    ff(1.5)
Expected:
    0.9661051464753108
Got:
    0.9661051464753109
**********************************************************************


With Sage's GCC 4.9.3:

----------------------------------------------------------------------
sage -t --long src/sage/homology/simplicial_complex.py  # 1 doctest failed
sage -t --long src/sage/libs/gap/libgap.pyx  # Bad exit: 2
sage -t --long src/sage/libs/gap/assigned_names.py  # 1 doctest failed
----------------------------------------------------------------------

The third is the usual failure as above, the first is ~ #15585 (random
failures in different doctests of the same file [1]), the second (also)
passes when rerun, log files gives:

sage -t --long src/sage/libs/gap/libgap.pyx
    Bad exit: 2
**********************************************************************
Tests run before process (pid=5609) failed:
sage: a = libgap(10) ## line 11 ##

**********************************************************************


-leif

[1] https://trac.sagemath.org/ticket/15585

-- 
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