Test output for coerce [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null
-- testing ------------------------------------------------------------------
-- testing Type Of -------------------------------------------------------
(same-type? 1 2) ................................................. [ PASS]
(same-type? (make-foo 1) (make-foo '())) ......................... [ PASS]
(same-type? (current-output-port) (current-error-port)) .......... [ PASS]
(type-of 1) ...................................................... [ PASS]
(type-of foo:) ................................................... [ PASS]
(type-of (make-foo 1)) ........................................... [ PASS]
6 tests completed in 0.001 seconds.
6 out of 6 (100%) tests passed.
-- done testing Type Of --------------------------------------------------
-- testing Coerce --------------------------------------------------------
lvs .............................................................. [ PASS]
extn ............................................................. [ PASS]
ut ............................................................... [ PASS]
ns ............................................................... [ PASS]
string extension ................................................. [ PASS]
su1 .............................................................. [ PASS]
su2 .............................................................. [ PASS]
override string extension ........................................ [ PASS]
sp ............................................................... [ PASS]
9 tests completed in 0.001 seconds.
9 out of 9 (100%) tests passed.
-- done testing Coerce ---------------------------------------------------
2 subgroups completed in 0.011 seconds.
2 out of 2 (100%) subgroups passed.
-- done testing -------------------------------------------------------------