I compiled 4.1.1.rc2 which did fine and then ran all doctests. It's a
HP 2140 dual core atom, 2gb ram, ubuntu 9.04 netbook remix.
The following doctests failed:
File "/home/harri/sage/sage-4.1.1.rc2/devel/sage/sage/symbolic/expression.pyx",
line 1000:
sage: d = {u: 3, v: 5}; d.values()
Expected:
[3, 5]
Got:
[5, 3]
sage -t "devel/sage/sage/graphs/graph_plot.py"
libpng error: Image width or height is zero in IHDR
libpng error: Image width or height is zero in IHDR
**********************************************************************
File "/home/harri/sage/sage-4.1.1.rc2/devel/sage/sage/graphs/graph_plot.py",
line 349:
sage: GP.plot()
Exception raised:
Traceback (most recent call last):
File "/home/harri/sage/sage-4.1.1.rc2/local/bin/ncadoctest.py",
line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/harri/sage/sage-4.1.1.rc2/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/harri/sage/sage-4.1.1.rc2/local/bin/ncadoctest.py",
line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_4[6]>", line 1, in <module>
GP.plot()###line 349:
sage: GP.plot()
File "sage_object.pyx", line 101, in
sage.structure.sage_object.SageObject.__repr__
(sage/structure/sage_object.c:1387)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py",
line 873, in _repr_
self.show()
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py",
line 1360, in show
self.save(DOCTEST_MODE_FILE, **options)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py",
line 1683, in save
canvas.print_figure(filename, dpi=dpi)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/matplotlib/backend_bases.py",
line 1453, in print_figure
**kwargs)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/matplotlib/bac
d = {u: 3, v: 5}; d.values()kends/backend_agg.py", line 334, in
print_png
filename_or_obj, self.figure.dpi)
RuntimeError: Error building image
**********************************************************************
File "/home/harri/sage/sage-4.1.1.rc2/devel/sage/sage/graphs/graph_plot.py",
line 351:
sage: GP.plot()
Exception raised:
Traceback (most recent call last):
File "/home/harri/sage/sage-4.1.1.rc2/local/bin/ncadoctest.py",
line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/harri/sage/sage-4.1.1.rc2/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File "/home/harri/sage/sage-4.1.1.rc2/local/bin/ncadoctest.py",
line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_4[8]>", line 1, in <module>
GP.plot()###line 351:
sage: GP.plot()
File "sage_object.pyx", line 101, in
sage.structure.sage_object.SageObject.__repr__
(sage/structure/sage_object.c:1387)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py",
line 873, in _repr_
self.show()
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py",
line 1360, in show
self.save(DOCTEST_MODE_FILE, **options)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/sage/plot/plot.py",
line 1683, in save
canvas.print_figure(filename, dpi=dpi)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/matplotlib/backend_bases.py",
line 1453, in print_figure
**kwargs)
File
"/home/harri/sage/sage-4.1.1.rc2/local/lib/python/site-packages/matplotlib/backends/backend_agg.py",
line 334, in print_png
filename_or_obj, self.figure.dpi)
RuntimeError: Error building image
**********************************************************************
1 items had failures:
2 of 18 in __main__.example_4
File "/home/harri/sage/sage-4.1.1.rc2/devel/sage/sage/server/simple/twist.py",
line 51:
sage: print
get_url('http://localhost:%s/simple/compute?session=%s&code=2*2' %
(port, session))
Expected:
{
"status": "done",
"files": [],
"cell_id": 1
}
___S_A_G_E___
4
Got:
{
"status": "computing",
"files": [],
"cell_id": 1
}
___S_A_G_E___
<BLANKLINE>
Everything else worked fine!
H
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---