On 2016-08-17 22:28, Volker Braun 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
On Linux Mint 17.3, fresh clone:
sage -t --long src/sage/geometry/cone.py # Killed due to kill signal
sage -t --long src/sage/misc/trace.py # 1 doctest failed
sage -t --long src/sage/modules/tutorial_free_modules.py # 1 doctest failed
1) src/sage/geometry/cone.py passed a second try.
2) This one is always there:
sage -t --long src/sage/misc/trace.py
**********************************************************************
File "src/sage/misc/trace.py", line 66, in sage.misc.trace.trace
Failed example:
print(s.before[s.before.find('--'):])
Expected:
--...
ipdb> c
2 * 5
Got:
--Return--
None
>
/local/dakrenn/sage/7.4.beta1/build/bdist.linux-x86_64/egg/prompt_toolkit/terminal/vt
**********************************************************************
3) This one was there with "make ptestlong", but not when testing the
file with "./sage -t ...." (but only tried once each):
sage -t --long src/sage/modules/tutorial_free_modules.py
**********************************************************************
File "src/sage/modules/tutorial_free_modules.py", line 45, in
sage.modules.tutorial_free_modules
Failed example:
F = CombinatorialFreeModule(ZZ, ['spam', 'eggs', 42]); F.an_element()
Expected:
3*B[42] + 2*B['eggs'] + 2*B['spam']
Got:
2*B['eggs'] + 2*B['spam'] + 3*B[42]
**********************************************************************
--
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.