Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2013 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7619644 to your computer and use it in GitHub Desktop.
Save anonymous/7619644 to your computer and use it in GitHub Desktop.
Epic fail Mojo::IOLoop::ForkCall style
t\bad_deserialize.t ..
# Failed test at t\bad_deserialize.t line 13.
t\bad_deserialize.t .. 1/?
# Failed test at t\bad_deserialize.t line 14.
# got: undef
# expected: 'Lived'
t\bad_deserialize.t .. 3/? # Looks like you failed 2 tests of 4.
t\bad_deserialize.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
t\constructor.t ...... ok
t\fork_call.t ........ 1/?
# Failed test 'return value correct'
# at t\fork_call.t line 14.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'good'
t\fork_call.t ........ 3/? # Failed test at t\fork_call.t line 20.
# got: 'Magic number checking on storable string failed at C:/strawberr
y/perl/lib/Storable.pm line 418, at C:\strawberry\cpan\build\Mojo-IOLoop-ForkCal
l-master\Mojo-IOLoop-ForkCall-master\blib\lib/Mojo/IOLoop/ForkCall.pm line 67.'
# expected: 'Died!'
# Looks like you failed 2 tests of 3.
t\fork_call.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
t\serialize.t ........ # sending: ♦ 123456☻☻ ♣
# ♣Lived
# Failed test 'received something from child'
t\serialize.t ........ 1/? # at t\serialize.t line 25.
# Failed test at t\serialize.t line 26.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'Lived'
# error: Magic number checking on storable string failed at C:/strawberry/perl/l
ib/Storable.pm line 418, at t\serialize.t line 12.
# Looks like you failed 2 tests of 2.
t\serialize.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Test Summary Report
-------------------
t\bad_deserialize.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t\fork_call.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
t\serialize.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=4, Tests=14, 79 wallclock secs ( 0.03 usr + 0.02 sys = 0.05 CPU)
Result: FAIL
Failed 3/4 test programs. 6/14 subtests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment