Test output for srfi-29
Testing time: 9.0s
CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm
-- 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.006 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.001 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.003 seconds.
13 out of 13 (100%) tests passed.
-- done testing Bundles Alternate Directory ------------------------------
-- testing Bundles System Directory --------------------------------------
B16 .............................................................. [ PASS]
B17 .............................................................. [ PASS]
B18 .............................................................. [ PASS]
B19 .............................................................. [ PASS]
B20 .............................................................. [ PASS]
B21 .............................................................. [ PASS]
B22 .............................................................. [ PASS]
B23 .............................................................. [ PASS]
B24 .............................................................. [ PASS]
B25.1 ............................................................ [ PASS]
B26.1 ............................................................ [ PASS]
B27.1 ............................................................ [ PASS]
B22.1 ............................................................ [ PASS]
B23.1 ............................................................ [ PASS]
B24.1 ............................................................ [ PASS]
B25 .............................................................. [ PASS]
B26 .............................................................. [ PASS]
B27 .............................................................. [ PASS]
localized-templates .............................................. [ PASS]
B28 .............................................................. [ PASS]
B29 .............................................................. [ PASS]
B30 .............................................................. [ PASS]
localized-templates language foo ................................. [ PASS]
B31 .............................................................. [ PASS]
B32 .............................................................. [ PASS]
B33 .............................................................. [ PASS]
localized-templates language foo, country bar .................... [ PASS]
B37.1 ............................................................ [ PASS]
B37.2 ............................................................ [ PASS]
B37.3 ............................................................ [ PASS]
B37.4 ............................................................ [ PASS]
B37.5 ............................................................ [ PASS]
B34 .............................................................. [ PASS]
B35 .............................................................. [ PASS]
B36 .............................................................. [ PASS]
SysDir RmDir ..................................................... [ PASS]
36 tests completed in 0.006 seconds.
36 out of 36 (100%) tests passed.
-- done testing Bundles System Directory ---------------------------------
4 subgroups completed in 0.016 seconds.
4 out of 4 (100%) subgroups passed.
-- done testing SRFI 29 Basics -----------------------------------------------
-- 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.324 seconds.
9 out of 9 (100%) tests passed.
-- done testing SRFI 29 Logic ------------------------------------------------