Skip Menu |

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

Report information
The Basics
Id: 124775
Status: open
Priority: 0/
Queue: Time-HiRes

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

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



Subject: $d4 may be 0 (1.9755)
It seems that $d4 in t/tv_interval.t may be zero, causing a test failure like this: ... Illegal division by zero at t/tv_interval.t line 30. # Looks like your test exited with 255 just after 5. t/tv_interval.t ... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/13 subtests ... Another one on CPAN Testers: http://www.cpantesters.org/cpan/report/ff7b7548-27ab-11e8-8a48-805ac3c617eb
On Wed Mar 14 15:16:56 2018, SREZIC wrote: Show quoted text
> It seems that $d4 in t/tv_interval.t may be zero, causing a test > failure like this: > > ... > Illegal division by zero at t/tv_interval.t line 30. > # Looks like your test exited with 255 just after 5. > t/tv_interval.t ... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/13 subtests > ... > > Another one on CPAN Testers: > http://www.cpantesters.org/cpan/report/ff7b7548-27ab-11e8-8a48- > 805ac3c617eb
Now fixed in 1.9756 (and 1.9755 set to delete in three days, because another uglier bug), in two different ways: firstly, the d4 should be able to be zero, and secondly it now probably never can be.
On Wed Mar 14 15:16:56 2018, SREZIC wrote: Show quoted text
> It seems that $d4 in t/tv_interval.t may be zero, causing a test > failure like this: > > ... > Illegal division by zero at t/tv_interval.t line 30. > # Looks like your test exited with 255 just after 5. > t/tv_interval.t ... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/13 subtests > ... > > Another one on CPAN Testers: > http://www.cpantesters.org/cpan/report/ff7b7548-27ab-11e8-8a48- > 805ac3c617eb
Now fixed in 1.9756 (and 1.9755 set to delete in three days, because of https://rt.cpan.org/Ticket/Display.html?id=124777 ), in two different ways: firstly, the d4 should be able to be zero, and secondly it now probably never can be.