On Tuesday, August 23, 2016 at 2:44:10 PM UTC-5, Daniel Krenn wrote:
>
> 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 
>
>  
The trace.py also fails on my Gentoo box:

sage -t --long /usr/lib/python2.7/site-packages/sage/misc/trace.py
**********************************************************************
File "/usr/lib/python2.7/site-packages/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
    > 
/64bitdev/storage/sage-git_develop/sage/build/bdist.linux-x86_64/egg/prompt_toolkit/terminal/vt
**********************************************************************
1 item had failures:
   1 of  10 in sage.misc.trace.trace
    [9 tests, 1 failure, 4.46 s]
----------------------------------------------------------------------
sage -t --long /usr/lib/python2.7/site-packages/sage/misc/trace.py  # 1 
doctest failed
----------------------------------------------------------------------

The portions of trace.py that produce the failure look OK when run from the 
Sage prompt. There is no such
/64bitdev/storage/sage-git_develop/sage/build/bdist.linux-x86_64/egg/prompt_toolkit/terminal/vt
 
nor is it ever created.

-- 
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.

Reply via email to