Test output for srfi-29 [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null
-- testing SRFI 29 Basics ----------------------------------------------------
-- testing Locale --------------------------------------------------------
L1 ............................................................... [ PASS]
L2 ............................................................... [ PASS]
L3 ............................................................... [ PASS]
L4 ............................................................... [ PASS]
L5 ............................................................... [ PASS]
L6 ............................................................... [ PASS]
L7 ............................................................... [ PASS]
L8 ............................................................... [ PASS]
L9 ............................................................... [ PASS]
L10 .............................................................. [ PASS]
L11 .............................................................. [ PASS]
L12 .............................................................. [ PASS]
12 tests completed in 0.001 seconds.
12 out of 12 (100%) tests passed.
-- done testing Locale ---------------------------------------------------
-- testing Bundles -------------------------------------------------------
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
declared-bundle-specifiers (problematic since assumes internal list order) [ PASS]
declared-bundle-templates ........................................ [ PASS]
declared-bundle-templates foo .................................... [ PASS]
declared-bundle-templates foo bar ................................ [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
................................................................. [ PASS]
16 tests completed in 0.0 seconds.
16 out of 16 (100%) tests passed.
-- done testing Bundles --------------------------------------------------
-- testing Bundles Alternate Directory -----------------------------------
B1 ............................................................... [ PASS]
B2 ............................................................... [ PASS]
B3 ............................................................... [ PASS]
B7 ............................................................... [ PASS]
B8 ............................................................... [ PASS]
B9 ............................................................... [ PASS]
B10 .............................................................. [ PASS]
B11 .............................................................. [ PASS]
B12 .............................................................. [ PASS]
B13 .............................................................. [ PASS]
B14 .............................................................. [ PASS]
B15 .............................................................. [ PASS]
AltDir RmDir ..................................................... [ PASS]
13 tests completed in 0.001 seconds.
13 out of 13 (100%) tests passed.
-- done testing Bundles Alternate Directory ------------------------------
3 subgroups completed in 0.004 seconds.
3 out of 3 (100%) subgroups passed.
-- done testing SRFI 29 Basics -----------------------------------------------
sh: 1: csc: not found
-- testing SRFI 29 Logic -----------------------------------------------------
(procedure? !item@) .................................................. [ PASS]
(procedure? (!item@ 'proc0)) ......................................... [ PASS]
(procedure? (!item@ 'proc1)) ......................................... [ PASS]
(procedure? (!item@ 'procN)) ......................................... [ PASS]
(procedure? (!item@ 'proc*)) ......................................... [ PASS]
((!item@ 'proc0)) .................................................... [ PASS]
((!item@ 'proc1) 56) ................................................. [ PASS]
((!item@ 'procN) 1 2 3 4 5 6) ........................................ [ PASS]
((!item@ 'proc*) 'hello) ............................................. [ PASS]
9 tests completed in 0.006 seconds.
9 out of 9 (100%) tests passed.
-- done testing SRFI 29 Logic ------------------------------------------------