Subject: | [RT #21393] Failure in t/socketpair.t |
Reviewing older tickets tonight in the Perl 5 bug queue, I came across
this ticket originally filed in February 2003 and never resolved:
https://rt.perl.org/rt3/Ticket/Display.html?id=21393.
#####
From: Jerry Treece <Jerry.Treece@CatalinaMarketing.com>
I am trying to install perl 5.8 on a Unix Openserver V machine. When
running 'make test', I get the following error message:
1..45
ok 1 - socketpair (LEFT, RIGHT, AF_UNIX, SOCK_STREAM, PF_UNSPEC)
ok 2 - syswrite to left
ok 3 - syswrite to left
ok 4 - syswrite to right
ok 5 - syswrite to right
ok 6 - read on left
ok 7 - content what we expected?
ok 8 - read on right
ok 9 - content what we expected?
ok 10 - shutdown left for writing
ok 11 - right is at EOF
ok 12 - and $! should report no error
ok 13 - syswrite to shutdown left should fail
ok 14 - $! should be EPIPE or ESHUTDOWN
not ok 15 - syswrite to right
# Failed test (../ext/Socket/socketpair.t at line 153)
# got: undef
# expected: '1'
not ok 16 - syswrite to right
# Failed test (../ext/Socket/socketpair.t at line 153)
# got: undef
# expected: '1'
Something unexpectedly hung during testing
at ../ext/Socket/socketpair.t line 39
#####
Given the age of the ticket and the fact that no other environmental
information was supplied, this bug may have been resolved a long time
ago. But I'm reporting it for the sake of completeness.
Thank you very much.
Jim Keenan