Re: [sage-devel] [ARM] Failed pickling tests

2011-03-14 Thread Julien PUYDT
Le 14/03/2011 14:48, David Kirkby a écrit : Have you run the Python test suite? $ SAGE_CHECK=yes $ export SAGE_CHECK $ ./sage -f python-2.6.x (or whatever version we have) That will run the Python test suite. ~Just about everyone gets some failures, but if you get pickling failure, then report

Re: [sage-devel] [ARM] Failed pickling tests

2011-03-14 Thread David Kirkby
On 13 March 2011 15:34, Julien PUYDT wrote: > Hi, > > the most serious problem I see in my ARM port is the following : > > File "/home/jpuydt/sage-4.6.2/devel/sage/sage/structure/sage_object.pyx", > line 1053: >    sage: print "x"; sage.structure.sage_object.unpickle_all()  # long time > (4s on sa

[sage-devel] [ARM] Failed pickling tests

2011-03-13 Thread Julien PUYDT
Hi, the most serious problem I see in my ARM port is the following : File "/home/jpuydt/sage-4.6.2/devel/sage/sage/structure/sage_object.pyx", line 1053: sage: print "x"; sage.structure.sage_object.unpickle_all() # long time (4s on sage.math, 2011) Expected: x... Successfully un