Skip Menu |

This queue is for tickets about the Net-Ping CPAN distribution.

Report information
The Basics
Id: 113825
Status: resolved
Priority: 0/
Queue: Net-Ping

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 2.49_01
  • 2.49_02
  • 2.49_03
  • 2.49_04
  • 2.53
Fixed in: (no value)



Subject: t/020_external.t fails (with Net::Ping::External?)
The latest devel versions 2.49_01.._03 may fail, probably only if Net::Ping::External is installed: Bad arg length for Socket::inet_ntoa, length is 14, should be 4 at /opt/perl-5.20.0t/lib/site_perl/5.20.0/Net/Ping/External.pm line 30. # Looks like you planned 5 tests but ran 2. # Looks like your test exited with 255 just after 2. t/020_external.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/5 subtests Seen on linux & freebsd, various perl versions.
On 2016-04-16 10:14:36, SREZIC wrote: Show quoted text
> The latest devel versions 2.49_01.._03 may fail, probably only if > Net::Ping::External is installed: > > Bad arg length for Socket::inet_ntoa, length is 14, should be 4 at > /opt/perl-5.20.0t/lib/site_perl/5.20.0/Net/Ping/External.pm line 30. > # Looks like you planned 5 tests but ran 2. > # Looks like your test exited with 255 just after 2. > t/020_external.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 3/5 subtests > > Seen on linux & freebsd, various perl versions.
Still fails with 2.53.
Thanks, Fixed in 2.54 the wrong argument type and the wrong skip message in this test. -- Reini Urban