On Tue, Aug 7, 2018 at 10:41 AM Erik Bray <[email protected]> wrote: > > On Mon, Aug 6, 2018 at 5:47 PM Erik Bray <[email protected]> wrote: > > > > On Sun, Aug 5, 2018 at 12:34 PM Volker Braun <[email protected]> wrote: > > > > > > 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 > > > > Ubuntu 14.04, make ptestlong, all tests passed! > > On Cygwin with make ptestlong I got: > > sage -t --long src/sage/tests/cmdline.py # 4 doctests failed > sage -t --long src/sage/combinat/symmetric_group_algebra.py # 39 > doctests failed > sage -t --long src/sage/misc/sagedoc.py # 1 doctest failed > sage -t --long src/sage/numerical/backends/logging_backend.py # > Killed due to abort > > Most of the failures seemed to be due to timeouts, which is not > unusual on Cygwin (some of the tests take longer in general). Three > of them passed when re-run, but > > sage -t --long src/sage/misc/sagedoc.py > > keeps failing with: > > sage -t --long src/sage/misc/sagedoc.py > ********************************************************************** > File "src/sage/misc/sagedoc.py", line 1175, in sage.misc.sagedoc.? > Failed example: > len(search_doc('tree', whole_word=True, > interact=False).splitlines()) < 2000 # long time > Expected: > True > Got: > False > ********************************************************************** > 1 item had failures: > 1 of 28 in sage.misc.sagedoc.? > [106 tests, 1 failure, 394.30 s] > > > which I've never seen before, and it's not obvious why that would have > started failing now.
I created a ticket for this with a proposed fix: https://trac.sagemath.org/ticket/26017 -- 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.
