One more datapoint.

On Cygwin running on a much smaller and slower machine (Atom notebook, 4 GB 
RAM, running Windows 10-64 Home (!)), make ptestlong (with MAKE="make 
-j4"), gave me five failures :

----------------------------------------------------------------------
sage -t --long src/sage/interfaces/lisp.py  # 47 doctests failed
sage -t --long src/sage/interfaces/maxima.py  # 2 doctests failed
sage -t --long src/sage/interfaces/gp.py  # Killed due to kill signal
sage -t --long src/sage/interfaces/gap.py  # Killed due to kill signal
sage -t --long src/sage/repl/configuration.py  # 1 doctest failed
----------------------------------------------------------------------

The first four are transient (i. e. succeed when ran standalone). The fifth 
one is not :

$ sage -t --long src/sage/repl/configuration.py
Running doctests with ID 2017-07-23-01-26-53-b3bde024.
Git branch: on_cygwin
Using --optional=atlas,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 452.9 src/sage/repl/configuration.py
**********************************************************************
File "src/sage/repl/configuration.py", line 14, in sage.repl.configuration
Failed example:
    'In [1]: [False, True]' in output
Expected:
    True
Got:
    False
**********************************************************************
1 item had failures:
   1 of   5 in sage.repl.configuration
    [18 tests, 1 failure, 35.78 s]
----------------------------------------------------------------------
sage -t --long --warn-long 452.9 src/sage/repl/configuration.py  # 1 
doctest failed
----------------------------------------------------------------------
Total time for all tests: 36.8 seconds
    cpu time: 5.0 seconds
    cumulative wall time: 35.8 seconds

However, the test on map_reduce does not fail here, and also passes when 
ran standalone.

HTH,

--
Emmanuel Charpentier

Le samedi 22 juillet 2017 00:43:39 UTC+2, Volker Braun a écrit :
>
> The "master" git branch has been updated to Sage-8.0. 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
>
> There was no change over 8.0rc2
>
>

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