Skip Menu |

This queue is for tickets about the String-Unescape CPAN distribution.

Report information
The Basics
Id: 95224
Status: resolved
Priority: 0/
Queue: String-Unescape

People
Owner: YAKEX [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v0.0.1
Fixed in: v0.0.2



Subject: Test suite fails with perl 5.19.x (maybe related to changes to \c?)
The test suite fails with the newest development perls, at least with perl 5.19.10 and 5.19.11. An overview of the test reports is visible at http://matrix.cpantesters.org/?dist=String-Unescape-v0.0.1 (the fail test reports are not yet there, but will be in a few hours). The test log looks like this: ... Character following "\c" must be printable ASCII at (eval 11) line 1. Character following "\c" must be printable ASCII at (eval 11) line 1. # Failed test 'func: control chars' # at t/basic.t line 28. # got: '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz{|}~ # ;<=>?' # expected: undef # Failed test 'class method: control chars' # at t/basic.t line 30. # got: '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz{|}~ # ;<=>?' # expected: undef # Looks like you failed 2 tests of 15. t/basic.t ................. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/15 subtests ... Regards, Slaven
Thank you for the report. I can reproduce the failure on perl 5.19.11 on Cygwin. It is likely to be caused by the change at 5.19.9: http://search.cpan.org/~shay/perl-5.19.11/pod/perl5199delta.pod#Quote-like_escape_changes I will modify the test accordingly. On 2014-5月-01 木 04:37:34, SREZIC wrote: Show quoted text
> The test suite fails with the newest development perls, at least with > perl 5.19.10 and 5.19.11. > An overview of the test reports is visible at > http://matrix.cpantesters.org/?dist=String-Unescape-v0.0.1 (the fail > test reports are not yet there, but will be in a few hours). > > The test log looks like this: > > ... > Character following "\c" must be printable ASCII at (eval 11) line 1. > Character following "\c" must be printable ASCII at (eval 11) line 1. > > # Failed test 'func: control chars' > # at t/basic.t line 28. > # got: > '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz{|}~ > # > > > > > ;<=>?' > # expected: undef > > # Failed test 'class method: control chars' > # at t/basic.t line 30. > # got: > '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz{|}~ > # > > > > > ;<=>?' > # expected: undef > # Looks like you failed 2 tests of 15. > t/basic.t ................. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/15 subtests > ... > > Regards, > Slaven
On 2014-5月-08 木 11:09:03, YAKEX wrote: Show quoted text
> Fixed at https://github.com/yak1ex/String- > Unescape/tree/bb166cc1ac15e3ae1a83c6f01b57e823c830138a > > as shown from: > > https://travis-ci.org/yak1ex/String-Unescape/jobs/24323908 > > to: > > https://travis-ci.org/yak1ex/String-Unescape/jobs/24637737