I have seen that too with some short-lived development versions of pynac. Since this was more than a month ago I am sure there was not gcc-5 installed when it happened. Also it was several doctests simultaneously, and always a difference of one in the Graphic objects.
On Sat, 28 Nov 2015 22:40 leif <[email protected]> wrote: > leif wrote: > > 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-) > > Oh, my first report of that /seems/ to be for Sage 6.7.beta3 (and GCC > 5.1.0, wasn't sure about that): > > https://groups.google.com/d/msg/sage-release/zY_qS00ebrU/gTbBVkpkStsJ > > > But I can't tell whether that's really the first report. > > > -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. > -- 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.
