On OS X with many homebrew packages installed, I see two failures that I don't remember seeing reported:
I've been seeing this one for a little while:
sage -t --long --warn-long 30.0 --random-seed=265965617235301629421106740853432068564 src/sage/schemes/affine/affine_homset.py
**********************************************************************
File "src/sage/schemes/affine/affine_homset.py", line 413, in sage.schemes.affine.affine_homset.SchemeHomset_points_affine.numerical_points
Failed example:
len(E(A.base_ring()).numerical_points(F=CDF, zero_tolerance=1e-9)) # needs sage.libs.singular
Expected:
100
Got:
52
**********************************************************************
1 item had failures:
1 of 18 in sage.schemes.affine.affine_homset.SchemeHomset_points_affine.numerical_points
[57 tests, 1 failure, 0.49s wall]
----------------------------------------------------------------------
sage -t --long --warn-long 30.0 --random-seed=265965617235301629421106740853432068564 src/sage/schemes/affine/affine_homset.py # 1 doctest failed
---------------------------------------------------------------
I think this one is new to this release:
sage -t --long --warn-long 30.0 --random-seed=265965617235301629421106740853432068564 src/sage/rings/polynomial/plural.pyx
**********************************************************************
File "src/sage/rings/polynomial/plural.pyx", line 110, in sage.rings.polynomial.plural
Failed example:
P.is_commutative()
Expected:
True
Got:
False
**********************************************************************
1 item had failures:
1 of 35 in sage.rings.polynomial.plural
[649 tests, 1 failure, 0.47s wall]
----------------------------------------------------------------------
sage -t --long --warn-long 30.0 --random-seed=265965617235301629421106740853432068564 src/sage/rings/polynomial/plural.pyx # 1 doctest failed
----------------------------------------------------------------------