I've seen this failure (gap/assigned_names.py), too.
On Monday, August 14, 2017 at 1:03:50 PM UTC-7, Justin C. Walker wrote: > > > > On Aug 13, 2017, at 15:28 , Volker Braun <[email protected] > <javascript:>> 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 > > Built from a git clone of the repository’s develop branch, on macOS > 10.11.6. No problems encountered. > > Testing (‘ptestlong’) showed one failure: > sage -t --long --warn-long 83.5 src/sage/libs/gap/assigned_names.py > (log snippet below). > > When run singly, it passed, and when rerunning the full make (w/o deleting > the build), all tests passed. > > Justin > > sage -t --long --warn-long 83.5 src/sage/libs/gap/assigned_names.py > ********************************************************************** > File "src/sage/libs/gap/assigned_names.py", line 6, in > sage.libs.gap.assigned_names > Warning, slow doctest: > from sage.libs.gap.assigned_names import KEYWORDS, GLOBALS, FUNCTIONS > Test ran for 107.35 s > ********************************************************************** > File "src/sage/libs/gap/assigned_names.py", line 59, in > sage.libs.gap.assigned_names.load_or_compute > Failed example: > workspace(name='globals') > Expected: > ('...', True) > Got: > ('/Users/justin/.sage/gap/libgap-globals-0x6e359ccdd41b8055', False) > ********************************************************************** > 1 item had failures: > 1 of 5 in sage.libs.gap.assigned_names.load_or_compute > [15 tests, 1 failure, 107.77 s] > > -- > Justin C. Walker, Curmudgeon-At-Large, Director > Institute for the Enhancement of the Director's Income > -------- > The path of least resistance: > it's not just for electricity any more. > -------- > > > > -- 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.
