Re: [sage-release] Sage 6.5.beta6 released

2015-02-02 Thread Justin C. Walker

On Jan 24, 2015, at 16:21 , Volker Braun wrote:

 Get the updated develop git branch or download the old-style tarball from 
 http://www.sagemath.org/download-latest.html

Built from Scratch on OS X:
10.6.8 (Dual 6-core Xeons): built w/o problems, but testing ('ptestlong') had 
two failures:
  sage -t --long --warn-long 70.8 src/sage/interfaces/maxima.py  # Timed out
  sage -t --long --warn-long 70.8 src/sage/libs/singular/polynomial.pyx  # 1 
doctest failed
The latter showed this:
*
File src/sage/libs/singular/polynomial.pyx, line 166, in 
sage.libs.singular.polynomial.singular_polynomial_call
  Failed example:
leak(1)
Expected:
0
Got:
83886080
*

10.10.2 (Quad-core Core i7): built w/o problems, but testing ('ptestlong') had 
two failures:
sage -t --long --warn-long 43.7 src/sage/libs/singular/polynomial.pyx  # 1 
doctest failed
sage -t --long --warn-long 43.7 src/sage/interfaces/maxima.py  # Timed out
The former showed this:
*
File src/sage/libs/singular/polynomial.pyx, line 166, in 
sage.libs.singular.polynomial.singular_polynomial_call
Failed example:
leak(1)
Expected:
0
Got:
92274688
*

Logs available if needed.

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds

If you're not confused,
You're not paying attention




-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.5.beta6 released

2015-01-25 Thread Jeroen Demeyer

I get a doctest failure and created
http://trac.sagemath.org/ticket/17672

sage -t src/sage/combinat/designs/orthogonal_arrays.py
**
File src/sage/combinat/designs/orthogonal_arrays.py, line 1191, in 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array

Failed example:
for i in range(10):
iOA.extend([[153-9*(i+1)+x for x in B] for B in OA9])
Exception raised:
Traceback (most recent call last):
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 488, in _run

self.compile_and_execute(example, compiler, test.globs)
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 850, in compile_and_execute

exec(compiled, globs)
  File doctest 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array[27], 
line 2, in module
iOA.extend([[Integer(153)-Integer(9)*(i+Integer(1))+x for x in 
B] for B in OA9])

NameError: name 'iOA' is not defined
**
File src/sage/combinat/designs/orthogonal_arrays.py, line 1193, in 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array

Failed example:
is_orthogonal_array(iOA,10,153)
Exception raised:
Traceback (most recent call last):
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 488, in _run

self.compile_and_execute(example, compiler, test.globs)
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 850, in compile_and_execute

exec(compiled, globs)
  File doctest 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array[28], 
line 1, in module

is_orthogonal_array(iOA,Integer(10),Integer(153))
NameError: name 'iOA' is not defined
**

--
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.