Created
August 4, 2009 20:06
-
-
Save anonymous/161489 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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