leif wrote: > Francois Bissey wrote: >>> __________ >>> * >>> sage -t --long --warn-long 60.9 src/sage/symbolic/expression.pyx >>> ********************************************************************** >>> File "src/sage/symbolic/expression.pyx", line 11021, in >>> sage.symbolic.expression.Expression._plot_fast_callable >>> Failed example: >>> plot(s) >>> Expected: >>> Graphics object consisting of 1 graphics primitive >>> Got: >>> Graphics object consisting of 0 graphics primitives >>> ********************************************************************** >>> 1 item had failures: >>> 1 of 10 in sage.symbolic.expression.Expression._plot_fast_callable >>> [2526 tests, 1 failure, 34.28 s] >>> ---------------------------------------------------------------------- >>> sage -t --long --warn-long 60.9 src/sage/symbolic/expression.pyx # 1 >>> doctest failed >>> ---------------------------------------------------------------------- >> >> Starting from which version did you start to have that one? > > I don't recall; I've reported it a couple of times (but apparently > nobody really cared -- including me) perhaps a year, maybe longer, ago > (same distro, but other machines).
Interestingly, a quick search (only) gives me that: > On power7 I get 2 doctest failures: > frb15@p2n14-c /hpc/scratch/frb15/sandbox/sage-6.8.beta7 :./sage -t --long > --warn-long 95.7 src/sage/symbolic/expression.pyx > Running doctests with ID 2015-07-06-23-32-31-283f339e. > Git branch: develop > Using --optional=mpir,python2,sage,scons > Doctesting 1 file. > sage -t --long --warn-long 95.7 src/sage/symbolic/expression.pyx > ********************************************************************** > File "src/sage/symbolic/expression.pyx", line 10875, in > sage.symbolic.expression.Expression._plot_fast_callable > Failed example: > plot(s) > Expected: > Graphics object consisting of 1 graphics primitive > Got: > Graphics object consisting of 0 graphics primitives > ********************************************************************** > 1 item had failures: > 1 of 10 in sage.symbolic.expression.Expression._plot_fast_callable > [2460 tests, 1 failure, 62.46 s] > ---------------------------------------------------------------------- > sage -t --long --warn-long 95.7 src/sage/symbolic/expression.pyx # 1 doctest > failed > ---------------------------------------------------------------------- 8-) -leif -- 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 http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
