I believe that 32 bit CLozure 1.9 runs the testsuite OK (maybe the SSE extensions used by CCL will not run on some machines)
32bit CCL + Windows = OK:
No unexpected errors found out of 9,618 tests.
(TESTSUITE)
took 241,691 milliseconds (241.691 seconds) to run.
10,935 milliseconds ( 10.935 seconds, 4.52%) of which was spent in GC.
During that period, and with 4 available CPU cores,
230,367 milliseconds (230.367 seconds) were spent in user mode
10,436 milliseconds ( 10.436 seconds) were spent in system mode
12,297,139,640 bytes of memory allocated.
(%o0) done
(%i1) build_info();
(%o1)
Maxima version: "branch_5_29_base_159_g5931321_dirty"
Maxima build date: "2013-03-14 19:08:57"
Host type: "i686-pc-cygwin"
Lisp implementation type: "Clozure Common Lisp"
Lisp implementation version: "Version 1.9-r15764 (WindowsX8632)"
-----------------------------------------------------------------------------------------------
64 bit CCL + Windows = OK:
No unexpected errors found out of 9,618 tests.
(TESTSUITE)
took 251,348,000 microseconds (251.348000 seconds) to run.
10,296,024 microseconds ( 10.296024 seconds, 4.10%) of which was spent in
GC.
During that period, and with 4 available CPU cores,
241,005,945 microseconds (241.005940 seconds) were spent in user mode
7,956,051 microseconds ( 7.956051 seconds) were spent in system mode
22,373,175,376 bytes of memory allocated.
(%o0) done
(%i1) build_info();
(%o1)
Maxima version: "5.29post"
Maxima build date: "2013-03-14 19:29:29"
Host type: "i686-pc-mingw32"
Lisp implementation type: "Clozure Common Lisp"
Lisp implementation version: "Version 1.9-r15765 (WindowsX8664)"
(%i2)
-------------------------------------------------------------------------------------------
SBCL 1.0.55.3
No unexpected errors found out of 9,618 tests.
Evaluation took:
256.918 seconds of real time
252.518819 seconds of total run time (234.687905 user, 17.830914 system)
[ Run times consist of 25.872 seconds GC time, and 226.647 seconds non-GC time
. ]
98.29% CPU
14,598 forms interpreted
11,750 lambdas converted
649,366,267,163 processor cycles
28,490,770,736 bytes consed
(%o0) done
(%i1) build_info();
(%o1)
Maxima version: "5.29post"
Maxima build date: "2013-03-14 19:37:41"
Host type: "i686-pc-mingw32"
Lisp implementation type: "SBCL"
Lisp implementation version: "1.0.55.3.mswinmt.1182-d7a1816"
(%i2)
--Barton