Skip Menu |

This queue is for tickets about the Socialtext-WikiTest CPAN distribution.

Report information
The Basics
Id: 57481
Status: open
Priority: 0/
Queue: Socialtext-WikiTest

People
Owner: Nobody in particular
Requestors: ntyni [...] iki.fi
Cc:
AdminCc:

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



Subject: Test failure with Perl 5.12.0
Hi, we're seeing test failures with 0.06 on Perl 5.12.0 in Debian: # Failed test at t/lib/Test/WWW/Selenium.pm line 30. # Structures begin differing at: # $got->[1] = (?s-xim:pen?) # $expected->[1] = (?-xism:pen?) # Failed test at t/lib/Test/WWW/Selenium.pm line 30. # Structures begin differing at: # $got = (?s-xim:pen?) # $expected = (?-xism:pen?) # Looks like you failed 2 tests of 39. t/fixture-selenese.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/39 subtests The relevant Debian bug is at http://bugs.debian.org/579032 Thanks for your work, -- Niko Tyni (Debian Perl Group) ntyni@debian.org
Subject: Re: [rt.cpan.org #57481] Test failure with Perl 5.12.0
Date: Thu, 13 May 2010 22:53:21 -0700
To: bug-Socialtext-WikiTest [...] rt.cpan.org
From: Luke Closs <lukecloss [...] gmail.com>
Thanks you. The code lives here: http://github.com/socialtext/st-clients/tree/master/rest/perl/Socialtext-WikiTest Pull requests warmly accepted. Luke On Thu, May 13, 2010 at 10:50 PM, ntyni@iki.fi via RT <bug-Socialtext-WikiTest@rt.cpan.org> wrote: Show quoted text
> Fri May 14 01:50:47 2010: Request 57481 was acted upon. > Transaction: Ticket created by ntyni@iki.fi >       Queue: Socialtext-WikiTest >     Subject: Test failure with Perl 5.12.0 >   Broken in: 0.06 >    Severity: Normal >       Owner: Nobody >  Requestors: ntyni@iki.fi >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=57481 > > > > Hi, > > we're seeing test failures with 0.06 on Perl 5.12.0 in Debian: > > #   Failed test at t/lib/Test/WWW/Selenium.pm line 30. > #     Structures begin differing at: > #          $got->[1] = (?s-xim:pen?) > #     $expected->[1] = (?-xism:pen?) > > #   Failed test at t/lib/Test/WWW/Selenium.pm line 30. > #     Structures begin differing at: > #          $got = (?s-xim:pen?) > #     $expected = (?-xism:pen?) > # Looks like you failed 2 tests of 39. > t/fixture-selenese.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/39 subtests > > The relevant Debian bug is at http://bugs.debian.org/579032 > > Thanks for your work, > -- > Niko Tyni (Debian Perl Group) > ntyni@debian.org >
Subject: Re: [rt.cpan.org #57481] Test failure with Perl 5.12.0
Date: Fri, 14 May 2010 22:34:05 +0300
To: Luke Closs via RT <bug-Socialtext-WikiTest [...] rt.cpan.org>
From: Niko Tyni <ntyni [...] debian.org>
On Fri, May 14, 2010 at 01:53:35AM -0400, Luke Closs via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=57481 > > > Thanks you. The code lives here: > http://github.com/socialtext/st-clients/tree/master/rest/perl/Socialtext-WikiTest > > Pull requests warmly accepted.
Can't bother to put up a branch for this, but here's a patch for git-am. Comparing qr// things with test_deeply() before 5.12 is really broken, see http://rt.cpan.org/Public/Bug/Display.html?id=53469 Cheers, -- Niko Tyni ntyni@debian.org

Message body is not shown because sender requested not to inline it.