Skip Menu |

This queue is for tickets about the Time-Zone-Olson CPAN distribution.

Report information
The Basics
Id: 129743
Status: resolved
Priority: 0/
Queue: Time-Zone-Olson

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

Bug Information
Severity: (no value)
Broken in: 0.19
Fixed in: 0.21



Subject: t/zoneinfo_{all,current}.t fails on some systems
On some of my smokers the test suite fails: ... # Olson tz directory is /usr/share/zoneinfo for freebsd Use of uninitialized value in concatenation (.) or string at t/zoneinfo_all.t line 30. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 1. t/zoneinfo_all.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) All 1 subtests passed Use of uninitialized value in concatenation (.) or string at t/zoneinfo_current.t line 29. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 1. t/zoneinfo_current.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 1 subtests passed ... I see this failure on newer freebsd systems (12 and 13, but not 9, 10 or 11). It may happen also on some linux systems (seen on debian/jessie).
On 2019-06-04 01:06:41, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails: > > ... > # Olson tz directory is /usr/share/zoneinfo for freebsd > Use of uninitialized value in concatenation (.) or string at > t/zoneinfo_all.t line 30. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 1. > t/zoneinfo_all.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > All 1 subtests passed > Use of uninitialized value in concatenation (.) or string at > t/zoneinfo_current.t line 29. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 1. > t/zoneinfo_current.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > All 1 subtests passed > ... > > I see this failure on newer freebsd systems (12 and 13, but not 9, 10 > or 11). It may happen also on some linux systems (seen on > debian/jessie).
Problem does not happen anymore.