Test output for srfi-102

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 Arity At Least? ---------------------------------------------------
(not (arity-at-least? 23)) ........................................... [ PASS]
(not (arity-at-least? -1.0)) ......................................... [ PASS]
(arity-at-least-value 23.0) .......................................... [ PASS]
(arity-at-least-value 23) ............................................ [ PASS]
4 tests completed in 0.001 seconds.
4 out of 4 (100%) tests passed.
-- done testing Arity At Least? ----------------------------------------------


-- testing Arity? ------------------------------------------------------------
(procedure-arity-available? +) ....................................... [ PASS]
(procedure-arity-available? 2-fixed) ................................. [ PASS]
(procedure-arity-available? 2-at-least) .............................. [ PASS]
3 tests completed in 0.02 seconds.
3 out of 3 (100%) tests passed.
-- done testing Arity? -------------------------------------------------------


-- testing Arity -------------------------------------------------------------
(procedure-fixed-arity? 2-fixed) ..................................... [ PASS]
(not (procedure-fixed-arity? 2-at-least)) ............................ [ PASS]
(procedure-arity 2-fixed) ............................................ [ PASS]
(procedure-arity 2-at-least) ......................................... [ PASS]
(procedure-arity-includes? 2-fixed 2) ................................ [ PASS]
(procedure-arity-includes? 2-at-least 2) ............................. [ PASS]
(procedure-arity-includes? 2-at-least 3) ............................. [ PASS]
(procedure-minimum-arity 2-fixed) .................................... [ PASS]
(procedure-minimum-arity 2-at-least) ................................. [ PASS]
9 tests completed in 0.001 seconds.
9 out of 9 (100%) tests passed.
-- done testing Arity --------------------------------------------------------


-- testing '+' Arity ---------------------------------------------------------
(not (procedure-fixed-arity? +)) ..................................... [ PASS]
(not (procedure-arity-includes? + 23)) ............................... [ PASS]
2 tests completed in 0.002 seconds.
2 out of 2 (100%) tests passed.
-- done testing '+' Arity ----------------------------------------------------