Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 99605
Status: new
Priority: 0/
Queue: Socket

People
Owner: leonerd-cpan [...] leonerd.org.uk
Requestors: JHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.016
Fixed in: (no value)



Subject: getaddrinfo.t two subtests failing Tru64 (Socket 2.016)
... not ok 24 - $err != 0 or @res == 0 for host=TbK4jM2M0OS.lm57DWIyu4i/service=ftp/socktype=SOCK_STREAM # Failed test '$err != 0 or @res == 0 for host=TbK4jM2M0OS.lm57DWIyu4i/service=ftp/socktype=SOCK_STREAM' # at cpan/Socket/t/getaddrinfo.t line 92. # family=2 socktype=1 protocol=6 addr=[16 bytes] # addr=0x10, 0x02, 0x00, 0x15, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ok 25 - $err == 0 for 127.0.0.1/80/flags=AI_NUMERICHOST not ok 26 - $err != 0 for host=cpan.perl.org/service=ftp/flags=AI_NUMERICHOST/socktype=SOCK_STREAM # Failed test '$err != 0 for host=cpan.perl.org/service=ftp/flags=AI_NUMERICHOST/socktype=SOCK_STREAM' # at cpan/Socket/t/getaddrinfo.t line 130. ... All other tests in Socket pass.
I think the following discussion is relevant https://sourceware.org/bugzilla/show_bug.cgi?id=15726 as is this (mentioned in the discussion): https://sourceware.org/bugzilla/show_bug.cgi?id=15726 Long story short: expecting some one particular failure mode from getaddrinfo() is probably foolish.