On Tue, Jul 20, 2010 at 5:45 PM, Leo sdl.web@gmail.com wrote:
On 2010-07-20 14:59 +0100, Liam Healy wrote:
On Tue, Jul 20, 2010 at 1:16 AM, Leo sdl.web@gmail.com wrote:
On 2010-07-19 23:15 +0100, Liam Healy wrote:
This is now fixed in master.
Thanks. I ran (lisp-unit:run-tests) and it finished and reported 40 execution errors.
I get TOTAL: 3837 assertions passed, 73 failed, 7 execution errors.
TOTAL: 3716 assertions passed, 31 failed, 35 execution errors.
Full output: http://paste.pocoo.org/show/239795/
(lisp-implementation-version) "Version 1.6-dev-r13980M-trunk (LinuxX8664)"
"Version 1.6-dev-r13994M-trunk (DarwinX8664)"
Most of the execution errors seem to be a bug or bugs in CCL floating point handling; I've sent an email to the openmcl-devel list. Most of the failures look like numerical fuzz whose cure would be to replace the test with a ported GSL test.
It's a pity we have to report bug after bug. I think they should just run gsll as a test suite ;)
Leo
Try now. I fixed some array initialization errors, and I get TOTAL: 3998 assertions passed, 18 failed, 0 execution errors. with 13994 (they have fixed the floating point bug). The remaining errors are mostly numerical fuzz.
Liam