Skip Menu |

This queue is for tickets about the POE-Filter-JSON-Incr CPAN distribution.

Report information
The Basics
Id: 117578
Status: new
Priority: 0/
Queue: POE-Filter-JSON-Incr

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

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



Subject: t/01_filter.t fails
In just one perl installation on my smoker systems the test suite fails: # Failed test 'get_pending' # at t/01_filter.t line 36. # Structures begin differing at: # $got->[0] = ARRAY(0x428bed08) # $expected->[0] = HASH(0x428be8b8) # Failed test 'inc input, get_one style' # at t/01_filter.t line 38. # Structures begin differing at: # $got->[0] = ARRAY(0x428bed08) # $expected->[0] = HASH(0x428be858) # Failed test 'inc input, get_one style' # at t/01_filter.t line 39. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = ARRAY(0x428bedb0) # Looks like you failed 3 tests of 17. t/01_filter.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/17 subtests An idea: this perl installation is somewhat unique that it does not have JSON::XS installed, just pure perl JSON.pm.
On 2016-09-07 02:48:05, SREZIC wrote: Show quoted text
> In just one perl installation on my smoker systems the test suite > fails: > > # Failed test 'get_pending' > # at t/01_filter.t line 36. > # Structures begin differing at: > # $got->[0] = ARRAY(0x428bed08) > # $expected->[0] = HASH(0x428be8b8) > > # Failed test 'inc input, get_one style' > # at t/01_filter.t line 38. > # Structures begin differing at: > # $got->[0] = ARRAY(0x428bed08) > # $expected->[0] = HASH(0x428be858) > > # Failed test 'inc input, get_one style' > # at t/01_filter.t line 39. > # Structures begin differing at: > # $got->[0] = Does not exist > # $expected->[0] = ARRAY(0x428bedb0) > # Looks like you failed 3 tests of 17. > t/01_filter.t .. > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/17 subtests > > > An idea: this perl installation is somewhat unique that it does not > have JSON::XS installed, just pure perl JSON.pm.
This failure can also be reproduced if the newest JSON::XS (4.0) is installed.