Skip Menu |

This queue is for tickets about the Graphics-ColorNames-HTML_ID CPAN distribution.

Report information
The Basics
Id: 132774
Status: resolved
Priority: 0/
Queue: Graphics-ColorNames-HTML_ID

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: Can't handle x=CODE(0x...)
t/01-basics.t fails on some of my smokers: ... Can't handle x=CODE(0x802302d68) at /usr/perl5.16.3t/lib/site_perl/5.16.3/Function/Fallback/CoreOrPP.pm line 55. # 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/01-basics.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) All 1 subtests passed ... Statistical analysis suggests that this happens for some (older?) versions of Function::Fallback::CoreOrPP. 0.08 and 0.090 are OK, others (e.g. 0.07) are not: **************************************************************** Regression 'mod:Function::Fallback::CoreOrPP' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 0.00 [1='eq_0.08'] 1.0000 0.0000 14539592166137112.00 [2='eq_0.090'] 1.0000 0.0000 18098437608003080.00 R^2= 1.000, N= 59, K= 3 ****************************************************************
On Sun, 7 Jun 2020 05:45:13 GMT, SREZIC wrote: Show quoted text
> t/01-basics.t fails on some of my smokers: > > ... > Can't handle x=CODE(0x802302d68) at > /usr/perl5.16.3t/lib/site_perl/5.16.3/Function/Fallback/CoreOrPP.pm > line 55. > # 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/01-basics.t ............ > Dubious, test returned 255 (wstat 65280, 0xff00) > All 1 subtests passed > ... > > Statistical analysis suggests that this happens for some (older?) > versions of Function::Fallback::CoreOrPP. 0.08 and 0.090 are OK, > others (e.g. 0.07) are not: > > **************************************************************** > Regression 'mod:Function::Fallback::CoreOrPP' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 0.0000 0.0000 0.00 > [1='eq_0.08'] 1.0000 0.0000 14539592166137112.00 > [2='eq_0.090'] 1.0000 0.0000 18098437608003080.00 > > R^2= 1.000, N= 59, K= 3 > ****************************************************************
Uneeded test copy-pasted by mistake. Fixed.