Skip Menu |

This queue is for tickets about the Method-Traits CPAN distribution.

Report information
The Basics
Id: 123344
Status: resolved
Priority: 0/
Queue: Method-Traits

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

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



Subject: Tests failures with recent MOP and/or UNIVERSAL::Object
Some of my smokers report the following failure: ... # Failed test '... got the expected attributes' # at t/001-single-provider.t line 61. # Structures begin differing at: # $got->[0] = MOP::Method::Attribute=SCALAR(0x2390b68) # $expected->[0] = 'Bar' # Looks like you failed 1 test of 11. t/001-single-provider.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests # Failed test '... got the expected attributes' # at t/002-multiple-providers.t line 80. # Structures begin differing at: # $got->[0] = MOP::Method::Attribute=SCALAR(0x19b2ea8) # $expected->[0] = 'Bar' # Failed test '... got the expected attributes' # at t/002-multiple-providers.t line 90. # Structures begin differing at: # $got->[0] = MOP::Method::Attribute=SCALAR(0x12ab038) # $expected->[0] = 'Baz' # Failed test '... got the expected attributes' # at t/002-multiple-providers.t line 100. # Structures begin differing at: # $got->[0] = MOP::Method::Attribute=SCALAR(0x12ab788) # $expected->[0] = 'Bar' # Looks like you failed 3 tests of 20. t/002-multiple-providers.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/20 subtests # Failed test '... got the expected attributes' # at t/050-parsing.t line 66. # Structures begin differing at: # $got->[0] = MOP::Method::Attribute=SCALAR(0x23bbc08) # $expected->[0] = 'Bar( # 'Baz', # 10 => 20, # undef # )' # Looks like you failed 1 test of 14. t/050-parsing.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/14 subtests ... Possible reason: new version of MOP or UNIVERSAL::Object. Statistical analysis: **************************************************************** (5) **************************************************************** Regression 'mod:UNIVERSAL::Object' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 59942578338431408.00 [1='eq_0.10'] -0.0000 0.0000 -13.92 [2='eq_0.11'] -0.0000 0.0000 -24.61 [3='eq_0.12'] -1.0000 0.0000 -52365182345240392.00 R^2= 1.000, N= 96, K= 4 **************************************************************** (6) **************************************************************** Regression 'mod:MOP' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 24155262397079440.00 [1='eq_0.07'] 0.0000 0.0000 3.34 [2='eq_0.08'] 0.0000 0.0000 4.71 [3='eq_0.09'] -0.0000 0.0000 -0.81 [4='eq_0.10'] -1.0000 0.0000 -20829481290660480.00 R^2= 1.000, N= 96, K= 5 ****************************************************************
Should be fixed in the latest release, sorry. Thanks for the ticket :) - Stevan