Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 88142
Status: rejected
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc:
AdminCc:

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



Subject: pairmap failures with 5.8.9
5.8.9 non-threaded t/pair.t ................ 1/20 # Failed test 'pairmap list' # at t/pair.t line 55. # Structures begin differing at: # $got->[0] = CODE(0xecd480) # $expected->[0] = 'ONE' # Failed test 'pairmap scalar' # at t/pair.t line 59. # got: '16' # expected: '6' # Failed test 'pairmap list returning >2 items' # at t/pair.t line 63. # Structures begin differing at: # $got->[0] = CODE(0xecd730) # $expected->[0] = 'one' Attempt to free unreferenced scalar: SV 0xef7d20 at t/pair.t line 67. Attempt to free unreferenced scalar: SV 0xef7c60 at t/pair.t line 67. Attempt to free unreferenced scalar: SV 0xef7f00 at t/pair.t line 67. # Failed test 'pairmap pads with undef' # at t/pair.t line 67. # Structures begin differing at: # $got->[0] = CODE(0xecd970) # $expected->[0] = '1' Use of uninitialized value in concatenation (.) or string at t/pair.t line 79. t/pair.t ................ Failed 9/20 subtests
From: rurban [...] x-ray.at
Please reject, duplicate of #87857 (fixed there) https://rt.cpan.org/Public/Bug/Display.html?id=87857 On Mon Aug 26 11:20:04 2013, rurban@x-ray.at wrote: Show quoted text
> 5.8.9 non-threaded > > t/pair.t ................ 1/20 > # Failed test 'pairmap list' > # at t/pair.t line 55. > # Structures begin differing at: > # $got->[0] = CODE(0xecd480) > # $expected->[0] = 'ONE' > > # Failed test 'pairmap scalar' > # at t/pair.t line 59. > # got: '16' > # expected: '6' > > # Failed test 'pairmap list returning >2 items' > # at t/pair.t line 63. > # Structures begin differing at: > # $got->[0] = CODE(0xecd730) > # $expected->[0] = 'one' > Attempt to free unreferenced scalar: SV 0xef7d20 at t/pair.t line 67. > Attempt to free unreferenced scalar: SV 0xef7c60 at t/pair.t line 67. > Attempt to free unreferenced scalar: SV 0xef7f00 at t/pair.t line 67. > > # Failed test 'pairmap pads with undef' > # at t/pair.t line 67. > # Structures begin differing at: > # $got->[0] = CODE(0xecd970) > # $expected->[0] = '1' > Use of uninitialized value in concatenation (.) or string at t/pair.t > line 79. > t/pair.t ................ Failed 9/20 subtests
Dupe of #87857 -- Paul Evans