Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failures on OpenBSD #162

Open
zmyrgel opened this issue Dec 28, 2018 · 0 comments
Open

test failures on OpenBSD #162

zmyrgel opened this issue Dec 28, 2018 · 0 comments

Comments

@zmyrgel
Copy link
Contributor

zmyrgel commented Dec 28, 2018

; 
;          _,'|             _.-''``-...___..--';)
;         /_ \'.      __..-' ,      ,--...--'''
;        <\    .`--'''       `     /'
;  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> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant