;
; _,'| _.-''``-...___..--';)
; /_ \'. __..-' , ,--...--'''
; <\ .`--''' ` /'
; fxlee `-';' ; ; ;
; __...--'' ___...--_..' .;.'
; (,__....----''' (,..--'' Hack and be merry!
;
; Redirecting all output to this MREPL
; SLY 1.0.0-beta-2 (#<MREPL mrepl-1-1>)
CL-USER> (ql:quickload :cl-async-test)
To load "cl-async-test":
Load 1 ASDF system:
cl-async-test
; Loading "cl-async-test"
..............
(:CL-ASYNC-TEST)
CL-USER> (cl-async-test:run-tests)
Running test suite CL-ASYNC-TEST-CORE
Running test DATA-POINTERS .
Running test IPV4-ADDRESS ..........
Running test IPV6-ADDRESS ............
Running test POINTER-CALLBACKS ...
Running test POINTER-DATA ...
Running test EVENT-LOOP-STARTS .
Running test EVENT-LOOP-EXIT .
Running test CATCH-APP-ERRORS ..
Running test DATA-AND-FN-POINTERS ..
Running test EXIT-CALLBACKS .
Running test DELAY-SIMPLE .
Running test DELAY-TIMER .
Running test DELAY-MULTI ...
Running test INTERVAL f
Running test DNS-SIMPLE .
Running test DNS-MULTI ..
Running test DNS-LOOKUP-IPV4 .
Running test DNS-LOOKUP-IPV6 .
Running test DNS-FAIL X
Running test REVERSE-DNS-LOOKUP-IPV4 .
Running test REVERSE-DNS-LOOKUP-IPV6 .
Running test DNS-LOOKUP-MEM-LEAK .
Running test REVERSE-DNS-LOOKUP-MEM-LEAK .
Running test TCP-SIMPLE-CLIENT-SERVER .....
Running test TCP-CONNECT-FAIL ..
Running test TCP-SERVER-CLOSE .
Running test TCP-SERVER-STREAM .
Running test TEST-ADDRESS-IN-USE ..
Running test WRITE-SEQ-WITH-OFFSET .
Running test PIPE-SIMPLE-CLIENT-SERVER .....
Running test PIPE-CONNECT-FAIL ..
Running test PIPE-SERVER-CLOSE .
Running test PIPE-SERVER-STREAM .
Running test STREAM-READ-WRITE-SEQUENCE ..
Running test SIGNAL-HANDLER-ADD-REMOVE .
Running test IDLE .
Running test POLL-FD .
Running test MKDTEMP ..
Running test MKDTEMP-FAIL .
Running test SPAWN-SIMPLE .....
Running test SPAWN-REDIRECT-OUTPUT ...........
Running test SPAWN-REDIRECT-ERROR-OUTPUT ...........
Running test SPAWN-REDIRECT-STREAM ...........
Running test SPAWN-EXEC-FAILURE .
Running test PROCESS-KILL ....
Running test FS-MONITOR X
Running test FS-WATCH-FAILURE .
Did 126 checks.
Pass: 123 (97%)
Skip: 0 ( 0%)
Fail: 3 ( 2%)
Failure Details:
--------------------------------
FS-MONITOR []:
Unexpected Error: #<SIMPLE-ERROR "test timeout" {1003FB3343}>
test timeout..
--------------------------------
--------------------------------
DNS-FAIL [Tests DNS failure on fake host, makes sure event-cb gets fires once]:
Unexpected Error: #<EVENT-ERROR {1003D89713}>
#<EVENT-ERROR -3004: EAI-FAIL {1003D89713}>..
--------------------------------
--------------------------------
INTERVAL [Test intervals]:
3
evaluated to
3
which is not
EQ
to
2
..
--------------------------------
NIL
CL-USER>