Re: [sage-release] Sage 7.4.beta1 released

2016-08-23 Thread Volker Braun
This is https://trac.sagemath.org/ticket/21258

On Wednesday, August 24, 2016 at 7:17:54 AM UTC+2, Steven Trogdon wrote:
>
> 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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.4.beta1 released

2016-08-23 Thread Steven Trogdon
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.4.beta1 released

2016-08-23 Thread Daniel Krenn
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.