You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Beanz,
I try to install your promising soft.
Unfortunately I got these error messages so far during "make test":
t/07-client.t ................... 32/51
Failed test 'hbeat count' at t/07-client.t line 187. got: '4' expected: '3'
Failed test 'hbeat count' at t/07-client.t line 189. got: '5' expected: '4'
Failed test 'hbeat.request - hbeat count' at t/07-client.t line 204. got: '5' expected: '4'
Failed test 'hbeat.request - hbeat count' at t/07-client.t line 210. got: '6' expected: '5'
t/07-client.t ................... 43/51 # Looks like you failed 4 tests of 51.
t/07-client.t ................... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/51 subtests
t/08-bridge-client.t ............ 1/12
Failed test 'remote close error' at t/08-bridge-client.t line 64. got: '' expected: 'xPL::Bridge->sock_read: No one to talk to quit ting.'
Looks like you failed 1 test of 12.
t/08-bridge-client.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests
and about test 4:
t/14-dock-dmx.t ................. 27/72
Failed test 'read is correct size - 0300' at t/14-dock-dmx.t line 230. got: '5' expected: '4'
Failed test 'content is correct - 0300' at t/14-dock-dmx.t line 234. got: '0100030040' expected: '01000300'
Failed test 'read is correct size - 044040' at t/14-dock-dmx.t line 230. got: '4' expected: '5'
Failed test 'content is correct - 044040' at t/14-dock-dmx.t line 234. got: '01000540' expected: '0100044040'
t/14-dock-dmx.t ................. 66/72 # Looks like you failed 4 tests of 72.
t/14-dock-dmx.t ................. Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/72 subtests
I hope it means something to you ;-)
What can I do to pass the test phases.
Many thanks,
Jesse
The text was updated successfully, but these errors were encountered:
Can you tell me something about your environment so I can try to reproduce these problems? Such as first (non-blank) line of "perl -v" and the output from: perl -MAnyEvent -le 'print $AnyEvent::VERSION'.
Hi Beanz,
I try to install your promising soft.
Unfortunately I got these error messages so far during "make test":
t/07-client.t ................... 32/51
Failed test 'hbeat count' at t/07-client.t line 187. got: '4' expected: '3'
Failed test 'hbeat count' at t/07-client.t line 189. got: '5' expected: '4'
Failed test 'hbeat.request - hbeat count' at t/07-client.t line 204. got: '5' expected: '4'
Failed test 'hbeat.request - hbeat count' at t/07-client.t line 210. got: '6' expected: '5'
t/07-client.t ................... 43/51 # Looks like you failed 4 tests of 51.
t/07-client.t ................... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/51 subtests
t/08-bridge-client.t ............ 1/12
Failed test 'remote close error' at t/08-bridge-client.t line 64. got: '' expected: 'xPL::Bridge->sock_read: No one to talk to quit ting.'
Looks like you failed 1 test of 12.
t/08-bridge-client.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests
and about test 4:
t/14-dock-dmx.t ................. 27/72
Failed test 'read is correct size - 0300' at t/14-dock-dmx.t line 230. got: '5' expected: '4'
Failed test 'content is correct - 0300' at t/14-dock-dmx.t line 234. got: '0100030040' expected: '01000300'
Failed test 'read is correct size - 044040' at t/14-dock-dmx.t line 230. got: '4' expected: '5'
Failed test 'content is correct - 044040' at t/14-dock-dmx.t line 234. got: '01000540' expected: '0100044040'
t/14-dock-dmx.t ................. 66/72 # Looks like you failed 4 tests of 72.
t/14-dock-dmx.t ................. Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/72 subtests
I hope it means something to you ;-)
What can I do to pass the test phases.
Many thanks,
Jesse
The text was updated successfully, but these errors were encountered: