Subject: Errors in Windows Maxima 5.26.0 run_testsuite
From: David Billinghurst
Date: Tue, 24 Jan 2012 13:54:33 +1100
On 24/01/2012 1:21 PM, James Redford wrote:
> I downloaded the following binary:
>
> http://iweb.dl.sourceforge.net/project/maxima/Maxima-Windows/5.26.0-Windows/maxima-5.26.0.exe
>
> 30,364,448 bytes
> MD5: 2b9342ec1130ab56189dd08c71f1be26
>
>
> After running the command "run_testsuite(display_all=true, display_known_bugs=true);", the following is the result:
>
>
> Error summary:
> Errors found in C:/program1/maxima/share/maxima/5.26.0/tests/rtest16.mac, problems:
> (185 186)
> 2 tests failed out of 9,121 total tests.
> real time : 425.570 secs
> run-gbc time : 393.620 secs
> child run time : 0.000 secs
> gbc time : 31.950 secs
> (%o0) done
> (%i1)
>
>
> Below is the build information:
>
>
> Maxima version: 5.26.0
> Maxima build date: 22:48 1/15/2012
> Host type: i686-pc-mingw32
> Lisp implementation type: GNU Common Lisp (GCL)
> Lisp implementation version: GCL 2.6.8
>
>
> ----------
>
>
> I also submitted the above as a bug-report at http://sourceforge.net/tracker/?group_id=4933&atid=104933 .
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
Thnaks for the report. That would be these tests below. They are a
known problem
with gcl under windows. Unfortunately the testsuite doesn't allow us to
make
known errors conditional on platform and lisp.
Interestingly, I don't see them with my experimental windows build of
CVS maxima
using gcl/gcc-4.6.2.
(http://www.math.utexas.edu/pipermail/maxima/2012/027475.html)
Another reason to test this new build.
Running tests in rtest16:
********************** Problem 185 ***************
Input:
60
2 - 1
float(-------) - 1
60
2
Result:
- 1.1102230246251565E-16
This differed from the expected result:
0.0
********************** Problem 186 ***************
Input:
1000
2 - 1
float(---------) - 1
1000
2
Result:
- 1.1102230246251565E-16
This differed from the expected result:
0.0