Skip Menu |

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

Report information
The Basics
Id: 56068
Status: open
Priority: 0/
Queue: List-Filter

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

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



Subject: Test suite fails with perl 5.11.x and 5.12.0
The test suite fails on recent perls with the error message: # Failed test 'Testing transform storage::Saving transforms to an SQLite database read expected terms' # at t/List-Filter-Storage.t line 542. # Structures begin differing at: # $got->[0][0] = (?-xism:(?-xism:pointy-haired \s+ boss)) # $expected->[0][0] = (?-xism:pointy-haired \s+ boss) # Looks like you failed 1 test of 67. t/List-Filter-Storage.t ............. I saw a similar problem in other distribution. See https://rt.cpan.org/Ticket/Display.html?id=43284 Regards, Slaven
On Mon Mar 29 14:22:07 2010, SREZIC wrote: Show quoted text
> The test suite fails on recent perls with the error message: > > # Failed test 'Testing transform storage::Saving transforms to an > SQLite database read expected terms' > # at t/List-Filter-Storage.t line 542. > # Structures begin differing at: > # $got->[0][0] = (?-xism:(?-xism:pointy-haired \s+ boss)) > # $expected->[0][0] = (?-xism:pointy-haired \s+ boss) > # Looks like you failed 1 test of 67. > t/List-Filter-Storage.t ............. > > I saw a similar problem in other distribution. See > https://rt.cpan.org/Ticket/Display.html?id=43284
The test suite also fails with older perls (i.e. with perl 5.10.1) if Test::More 0.95_01 is installed. Regards, Slaven