Le 02/03/2013 08:16, Julien Puydt a écrit :
I'll run "make ptestlong" later, and report in this thread.

Ok, here are the results:
- two gamma-related errors (were already there, don't really hurt)
- a psage failing test (looks horrible)
- a timeout (haven't looked at it yet)

Snark on #sagemath

PS: here are the details:
sage -t  --long -force_lib devel/sage/sage/functions/other.py
    sage: gamma1(float(6))
Expected:
    120.0
Got:
    119.99999999999997


sage -t  --long -force_lib devel/sage/sage/symbolic/expression.pyx
    sage: SR(10.0r).gamma()
Expected:
    362880.0
Got:
    362880.00000000047


sage -t  --long -force_lib devel/sage/sage/interfaces/psage.py
**********************************************************************
File "/home/jpuydt/sage-5.7/devel/sage/sage/interfaces/psage.py", line 37:
    sage: print "ignore this";  w       # long time, random output
Exception raised:
    Traceback (most recent call last):
File "/home/jpuydt/sage-5.7/local/bin/ncadoctest.py", line 1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
File "/home/jpuydt/sage-5.7/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/home/jpuydt/sage-5.7/local/bin/ncadoctest.py", line 1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_0[5]>", line 1, in <module>
        print "ignore this";  w       # long time, random output###line 37:
    sage: print "ignore this";  w       # long time, random output
File "/home/jpuydt/sage-5.7/local/lib/python/site-packages/sage/misc/displayhook.py", line 190, in __call__
        self.oldhook(obj)
File "/home/jpuydt/sage-5.7/local/lib/python/site-packages/sage/interfaces/interface.py", line 880, in __repr__
        s =  s.replace(self._name, self.__dict__['__custom_name'])
    KeyError: '__custom_name'
**********************************************************************

sage -t --long -force_lib devel/sage/sage/quadratic_forms/quadratic_form__automorphisms.py # Time out

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to