Skip Menu |

This queue is for tickets about the File-fgets CPAN distribution.

Report information
The Basics
Id: 110460
Status: new
Priority: 0/
Queue: File-fgets

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

Bug Information
Severity: (no value)
Broken in: v0.0.4
Fixed in: (no value)



Subject: f/fgets.t may fail
On some (linux) systems f/fgets.t fails like this: # Failed test at t/fgets.t line 33. # Structures begin differing at: # $got->[0] = '1 # ' # $expected->[0] = '01 # ' # Looks like you failed 1 test of 7. t/fgets.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/7 subtests Looking at the CPAN Testers Matrix http://matrix.cpantesters.org/?dist=File-fgets%20v0.0.4 I cannot see a pattern. On my smoker systems I can reproduce the failure on an old debian/squeeze system with perl 5.12.1 and on a new debian/sid system with perl 5.22.1.
On 2015-12-19 09:33:07, SREZIC wrote: Show quoted text
> On some (linux) systems f/fgets.t fails like this: > > # Failed test at t/fgets.t line 33. > # Structures begin differing at: > # $got->[0] = '1 > # ' > # $expected->[0] = '01 > # ' > # Looks like you failed 1 test of 7. > t/fgets.t .......... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/7 subtests > > Looking at the CPAN Testers Matrix > http://matrix.cpantesters.org/?dist=File-fgets%20v0.0.4 I cannot see a > pattern. On my smoker systems I can reproduce the failure on an old > debian/squeeze system with perl 5.12.1 and on a new debian/sid system > with perl 5.22.1.
In the meanwhile there's a little bit of pattern. No failures on centos 6, centos 7; rare failures on debian 8; always failures on debian 9, debian 10, ubuntu 18.04, fedora 28. Other operating systems (i.e. freebsd) are not affected.