After incremental build from 9.2.beta9, I'm having troubles with 9.2.beta10
running doctests on macOS 10.15.6.
I can do ./sage -t src/sage/graphs/orientations.py
but ./sage -t src/sage/graphs/graph.py never ends :(
I can try make dist-clean if we have no other solution...
====
sapristi:sage dcoudert$ ./sage -t src/sage/graphs/orientations.py
Running doctests with ID 2020-08-31-11-56-11-afbcd973.
Git branch: develop
Using
--optional=benzene,bliss,build,dochtml,igraph,plantri,python_igraph,sage,tdlib
Doctesting 1 file.
sage -t --warn-long 135.8 --random-seed=0 src/sage/graphs/orientations.py
[28 tests, 0.25 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.3 seconds
cpu time: 0.2 seconds
cumulative wall time: 0.3 seconds
sapristi:sage dcoudert$
sapristi:sage dcoudert$ ./sage -t --verbose src/sage/graphs/graph.py
Running doctests with ID 2020-08-31-11-53-01-8842808d.
Git branch: develop
Using
--optional=benzene,bliss,build,dochtml,igraph,plantri,python_igraph,sage,tdlib
Doctesting 1 file.
sage -t --warn-long 135.8 --random-seed=0 src/sage/graphs/graph.py
Trying (line 105): d = {0: [1,4,5], 1: [2,6], 2: [3,7], 3: [4,8], 4:
[9], 5: [7, 8], 6: [8,9], 7: [9]}
Expecting nothing
ok [0.00 s]
Trying (line 107): G = Graph(d); G
Expecting:
Graph on 10 vertices
ok [0.01 s]
Trying (line 109): G.plot().show() # or G.show()
Expecting nothing
^CKilling test src/sage/graphs/graph.py
----------------------------------------------------------------------
Doctests interrupted: 0/1 files tested
----------------------------------------------------------------------
Total time for all tests: 88.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
Le dimanche 30 août 2020 à 22:06:00 UTC+2, [email protected] a écrit :
>
>
> > On Aug 23, 2020, at 15:15 , 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
>
> Built from fresh clones of the 9.2.b10 tree on three macOS systems:
> 10.13.6 (2019 iMac Pro, 18-core Xeon W), 10.14.6 (2017 MBP, Quad-core Core
> i7), and 10.15.6 (2019 MBP, 8-core Core i9).
>
> The builds completed w/o problems on all systems, and all tests passed.
>
> Justin
>
> --
> Justin C. Walker, Curmudgeon-At-Large
> Institute for the Enhancement of the Director's Income
> --------
> When LuteFisk is outlawed,
> Only outlaws will have LuteFisk
> --------
>
>
>
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/03fa662d-69da-497e-b915-a297a613e3b4n%40googlegroups.com.