Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 116634
Status: resolved
Priority: 0/
Queue: Socket

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

Bug Information
Severity: (no value)
Broken in: 2.022
Fixed in: 2.023



Subject: 2.022 fails on FreeBSD systems
I see the following failure on all my FreeBSD smokers (9.2 & 10.1): ... # Looks like you planned 44 tests but ran 41. t/sockaddr.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/44 subtests (less 2 skipped subtests: 39 okay) ... No failures on my Linux smokers.
On Mon Aug 01 14:30:06 2016, SREZIC wrote: Show quoted text
> I see the following failure on all my FreeBSD smokers (9.2 & 10.1): > > ... > # Looks like you planned 44 tests but ran 41. > t/sockaddr.t ..... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 3/44 subtests > (less 2 skipped subtests: 39 okay)
Can you get the verbose output from that? -- Paul Evans
On Tue Aug 02 07:05:12 2016, PEVANS wrote: Show quoted text
> On Mon Aug 01 14:30:06 2016, SREZIC wrote:
> > I see the following failure on all my FreeBSD smokers (9.2 & 10.1): > > > > ... > > # Looks like you planned 44 tests but ran 41. > > t/sockaddr.t ..... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 3/44 subtests > > (less 2 skipped subtests: 39 okay)
> > Can you get the verbose output from that?
Ah; turns out I can work that out. It was the skip count for abstract AF_UNIX path tests. Just a unit-test bug. I'll fix it in 2.023 -- Paul Evans
Fixed in 2.023 -- Paul Evans