I don't know if these are known errors but I had some in interface/
sage0.py, on an intel mac running 10.4.11:v
sage -t "devel/sage/sage/interfaces/sage0.py"
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
512:
sage: half = reduce_load_element(s); half
Exception raised:
Traceback (most recent call last):
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/sagedoctest.py", line 38, in
run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_24[4]>", line 1, in <module>
half = reduce_load_element(s); half###line 512:
sage: half = reduce_load_element(s); half
File "/Volumes/E/sage-4.3/local/lib/python/site-packages/sage/
misc/displayhook.py", line 174, in displayhook
print_obj(sys.stdout, obj)
File "/Volumes/E/sage-4.3/local/lib/python/site-packages/sage/
misc/displayhook.py", line 142, in print_obj
print >>out_stream, `obj`
File "/Volumes/E/sage-4.3/local/lib/python/site-packages/sage/
interfaces/expect.py", line 1673, in __repr__
s = s.replace(self._name, self.__dict__['__custom_name'])
KeyError: '__custom_name'
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
544:
sage: sage0_version() == version()
Expected:
True
Got:
False
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
174:
sage: print "ignore this"; sage0.cputime() # random output
Exception raised:
Traceback (most recent call last):
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/sagedoctest.py", line 38, in
run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_3[2]>", line 1, in <module>
print "ignore this"; sage0.cputime() # random
output###line 174:
sage: print "ignore this"; sage0.cputime() # random output
File "/Volumes/E/sage-4.3/local/lib/python/site-packages/sage/
interfaces/sage0.py", line 185, in cputime
return float(s)
ValueError: empty string for float()
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
176:
sage: sage0('factor(2^157-1)')
Expected:
852133201 * 60726444167 * 1654058017289 * 2134387368610417
Got:
<BLANKLINE>
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
178:
sage: print "ignore this"; sage0.cputime() # random output
Exception raised:
Traceback (most recent call last):
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/sagedoctest.py", line 38, in
run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_3[4]>", line 1, in <module>
print "ignore this"; sage0.cputime() # random
output###line 178:
sage: print "ignore this"; sage0.cputime() # random output
File "/Volumes/E/sage-4.3/local/lib/python/site-packages/sage/
interfaces/sage0.py", line 185, in cputime
return float(s)
ValueError: invalid literal for float(): 852133201 * 60726444167 *
1654058017289 * 2134387368610417
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
192:
sage: len(t) > 100
Exception raised:
Traceback (most recent call last):
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/sagedoctest.py", line 38, in
run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_4[3]>", line 1, in <module>
len(t) > Integer(100)###line 192:
sage: len(t) > 100
TypeError: object of type 'float' has no len()
**********************************************************************
File "/Volumes/E/sage-4.3/devel/sage/sage/interfaces/sage0.py", line
194:
sage: 'gcd' in t
Exception raised:
Traceback (most recent call last):
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/sagedoctest.py", line 38, in
run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/Volumes/E/sage-4.3/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_4[4]>", line 1, in <module>
'gcd' in t###line 194:
sage: 'gcd' in t
TypeError: argument of type 'float' is not iterable
**********************************************************************
4 items had failures:
1 of 6 in __main__.example_24
1 of 4 in __main__.example_26
3 of 5 in __main__.example_3
2 of 5 in __main__.example_4
***Test Failed*** 7 failures.
-Marshall
On Dec 25, 4:41 am, William Stein <[email protected]> wrote:
> Hi,
>
> Merry Christmas! I have released sage-4.3, which is a massive
> release with 230 tickets closed, which you can see listed here:
>
> http://trac.sagemath.org/sage_trac/query?status=closed&group=componen...
>
> You can download the source code here:
>
> http://sage.math.washington.edu/sage/src/
>
> You should be able to upgrade with
>
> sage -upgradehttp://sagemath.org/packages/
>
> I'm posting binaries for many systems (except Windows) here right now
> (this will take some hours to finish):
>
> http://sage.math.washington.edu/home/wstein/binaries
>
> (Note that I found an OS X 10.5 build machine -- in Mike Rubinstein's
> office :-) -- so this time we don't have to worry about that.)
>
> -- William
>
> --
> William Stein
> Associate Professor of Mathematics
> University of Washingtonhttp://wstein.org
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org