Skip to content

Instantly share code, notes, and snippets.

Created August 4, 2009 20:06
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/161489 to your computer and use it in GitHub Desktop.
Save anonymous/161489 to your computer and use it in GitHub Desktop.
t/spec/S32-io/IO-Socket-INET.t ..
1..3
# Testing on port 1024
ok 1 - The object is-a 'IO::Socket::INET()'
not ok 2 - echo server and client
# got: ""
# expected: "echo '0123456789abcdefghijklmnopqrstuvwxyz' received\n"
not ok 3 - discard server and client
# got: ""
# expected: "discard '' received\n"
# Looks like you failed 2 tests of 3
Failed 2/3 subtests
Test Summary Report
-------------------
t/spec/S32-io/IO-Socket-INET.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 2-3
Files=1, Tests=3, 30 wallclock secs ( 0.08 usr 0.01 sys + 26.06 cusr 0.82 csys = 26.97 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment