Juho Snellman wrote:
>> May be rewrite it for use on win-32 sb-ext:run-program?
>
> Yes, that seems like only reasonable approach. When/if this is done,
> we should probably use it on all platforms, not just
> win32. Unfortunately fork suits the needs of the test-suite very
> nicely, so replacing it with something based on run-program might be a
> bit tricky.
>
With appended patch (excuse me bloated code) I have get this result:
Finished running tests.
Status:
Unhandled error compiler.pure.lisp
Unhandled error filesys.pure.lisp
Failure: float.pure.lisp / (ADDITION-OVERFLOW BUG-372)
Unhandled error interface.pure.lisp
Unhandled error stream.pure.lisp
Unhandled error callback.impure.lisp
Unhandled error compiler.impure.lisp
Unhandled error debug.impure.lisp
Unhandled error exhaust.impure.lisp
Unhandled error external-format.impure.lisp
Unhandled error float.impure.lisp
Unhandled error foreign-stack-alignment.impure.lisp
Unhandled error pathnames.impure.lisp
Unhandled error print.impure.lisp
Unhandled error run-program.impure.lisp
Unhandled error seq.impure.lisp
Unhandled error stream.impure.lisp
Unhandled error stream.impure.lisp
Failure: timer.impure.lisp / (TIMER RELATIVE)
Failure: timer.impure.lisp / (TIMER ABSOLUTE)
Failure: timer.impure.lisp / (TIMER REPEAT-AND-UNSCHEDULE)
Failure: timer.impure.lisp / (TIMER RESCHEDULE)
Failure: timer.impure.lisp / (TIMER STRESS)
Failure: timer.impure.lisp / (WITH-TIMEOUT TIMEOUT)
Failure: timer.impure.lisp / (WITH-TIMEOUT
NESTED-TIMEOUT-SMALLER)
Failure: timer.impure.lisp / (WITH-TIMEOUT
NESTED-TIMEOUT-BIGGER)
Unhandled error type.impure.lisp
Unhandled error bit-vector.impure-cload.lisp
Unhandled error bit-vector.impure-cload.lisp
Unhandled error compiler.impure-cload.lisp
test failed, expected 104 return code, got 1
Well, I go to debug errors...
Thanks!
--
WBR, Yaroslav Kavenchuk.
|