Le samedi 28 avril, Julien Puydt a écrit: > I'll post updates about the results of make ptestlong when I'll have > them (tomorrow).
Here they are : ---------------------------------------------------------------------- The following tests failed: sage -t --long -force_lib devel/sage/sage/interfaces/maxima_abstract.py # 1 doctests failed sage -t --long -force_lib devel/sage/sage/symbolic/expression.pyx # 1 doctests failed sage -t --long -force_lib devel/sage/sage/functions/other.py # 1 doctests failed sage -t --long -force_lib devel/sage/sage/rings/arith.py # 1 doctests failed ---------------------------------------------------------------------- Total time for all tests: 25674.4 seconds With the following errors : sage -t --long -force_lib devel/sage/sage/interfaces/maxima_abstract.py ********************************************************************** File "/home/jpuydt/sage-5.0.beta14/devel/sage-main/sage/interfaces/maxima_abstract.py", line 1595: sage: float(maxima("1.7e+17")) Expected: 1.7e+17 Got: 1.6999999999999997e+17 ********************************************************************** sage -t --long -force_lib devel/sage/sage/symbolic/expression.pyx ********************************************************************** File "/home/jpuydt/sage-5.0.beta14/devel/sage-main/sage/symbolic/expression.pyx", line 6341: sage: SR(10.0r).gamma() Expected: 362880.0 Got: 362880.00000000047 #0: simplify_sum(expr='sum(q^k,k,0,inf)) #1: simplify_sum(expr=a*'sum(q^k,k,0,inf)) ********************************************************************** sage -t --long -force_lib devel/sage/sage/functions/other.py ********************************************************************** File "/home/jpuydt/sage-5.0.beta14/devel/sage-main/sage/functions/other.py", line 573: sage: gamma1(float(6)) Expected: 120.0 Got: 119.99999999999997 ********************************************************************** sage -t --long -force_lib devel/sage/sage/rings/arith.py ********************************************************************** File "/home/jpuydt/sage-5.0.beta14/devel/sage-main/sage/rings/arith.py", line 3062: sage: binomial(0.5r, 5) Expected: 0.02734375 Got: 0.02734375000000001 ********************************************************************** The last three errors are related to a problem with the libc gamma implementation. The first one is a problem with ECL, which I reported upstream, but didn't get any feedback about ; I guess I'll have to track developpers down and ask gently : http://sourceforge.net/tracker/?func=detail&atid=398053&aid=3495303&group_id=30035 The good news is that no new issue appeared :-) Snark on #sagemath -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org