Test output for srfi-40 [fail]

Testing time: 0s

/root/salmonella-run-publish/chicken/bin/csi -script run.scm < /dev/null

-- testing srfi-40 -----------------------------------------------------------
stream-null .......................................................... [ PASS]
stream-cons with stream-null ......................................... [ PASS]
stream-cons with symbols ............................................. [ PASS]
stream-cons with string and symbols .................................. [ PASS]
stream-cons with error ............................................... [ FAIL]
    expected an error but got #<stream-type>
    (stream-cons 'a 3)
stream-cons with streams ............................................. [ PASS]
stream? with stream-null ............................................. [ PASS]
stream? with stream .................................................. [ PASS]
stream? with number .................................................. [ PASS]
stream-null?, reflexive .............................................. [ PASS]
stream-null? on non-null stream ...................................... [ PASS]
stream-null? on non-stream ........................................... [ PASS]
stream-pair? on stream-null .......................................... [ PASS]
stream-pair? on stream ............................................... [ PASS]
stream-pair? on non-stream ........................................... [ PASS]
stream-car ........................................................... [ PASS]
stream-car on stream-null ............................................ [ PASS]
stream-car on non-stream ............................................. [ PASS]
stream-cdr ........................................................... [ PASS]
stream-cdr on stream-null ............................................ [ PASS]
stream-cdr on non-stream ............................................. [ PASS]
stream-delay ......................................................... [ PASS]
stream ............................................................... [ PASS]
stream, medadic ...................................................... [ PASS]
stream-unfoldn ....................................................... [ PASS]
stream-map ........................................................... [ PASS]
stream-map with multiple streams ..................................... [ PASS]
stream-map with finite stream ........................................ [ PASS]
stream-for-each ...................................................... [ PASS]
stream-filter with stream-null ....................................... [ PASS]
stream-filter ........................................................ [ PASS]
31 tests completed in 0.008 seconds.
1 failure (3.2%).
30 out of 31 (96.8%) tests passed.
-- done testing srfi-40 ------------------------------------------------------