Skip Menu |

This queue is for tickets about the Dancer2-Serializer-XML CPAN distribution.

Report information
The Basics
Id: 120286
Status: new
Priority: 0/
Queue: Dancer2-Serializer-XML

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

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



Subject: utf-8 related (?) failure with perl 5.25.6 and later
With bleadperl I see the following failure: ... PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.9/bin/perl5.25.9" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Prototype mismatch: sub NonDefaultApp::pass: none vs (;$) at /opt/perl-5.25.9/lib/site_perl/5.25.9/Exporter.pm line 66. at t/Dancer2-Serializer-XML.t line 76. [UTF8App:8276] core @2017-02-18 12:08:37> Failed to deserialize content: Wide character at /opt/perl-5.25.9/lib/site_perl/5.25.9/x86_64-linux/Encode.pm line 212. XML::Simple called at /tmpfs/.cpan-build-cpansand/2017021812/Dancer2-Serializer-XML-0.03-4/blib/lib/Dancer2/Serializer/XML.pm line 62. in /opt/perl-5.25.9/lib/site_perl/5.25.9/Dancer2/Core/Request.pm l. 205 # Failed test 'utf-8 string returns the same using the serializer' # at t/Dancer2-Serializer-XML.t line 59. Wide character in print at /opt/perl-5.25.9/lib/site_perl/5.25.9/Test2/Formatter/TAP.pm line 105. # 'Internal Server Error # # Bad Content-Length: maybe client disconnect? (63 bytes remaining) at /opt/perl-5.25.9/lib/site_perl/5.25.9/Plack/Request.pm line 260. # ' # doesn't match '(?^u:\∮\ E\⋅da\ \=\ Q\,\ \ n\ \→\ \∞\,\ \∑\ f\(i\)\ \=\ \∏\ g\(i\))' # Looks like you failed 1 test of 5. t/Dancer2-Serializer-XML.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests ...
On 2017-02-18 08:05:16, SREZIC wrote: Show quoted text
> With bleadperl I see the following failure: > > ... > PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.9/bin/perl5.25.9" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Prototype mismatch: sub NonDefaultApp::pass: none vs (;$) at > /opt/perl-5.25.9/lib/site_perl/5.25.9/Exporter.pm line 66. > at t/Dancer2-Serializer-XML.t line 76. > [UTF8App:8276] core @2017-02-18 12:08:37> Failed to deserialize > content: Wide character at /opt/perl- > 5.25.9/lib/site_perl/5.25.9/x86_64-linux/Encode.pm line 212. > XML::Simple called at /tmpfs/.cpan-build-cpansand/2017021812/Dancer2- > Serializer-XML-0.03-4/blib/lib/Dancer2/Serializer/XML.pm line 62. in > /opt/perl-5.25.9/lib/site_perl/5.25.9/Dancer2/Core/Request.pm l. 205 > > # Failed test 'utf-8 string returns the same using the serializer' > # at t/Dancer2-Serializer-XML.t line 59. > Wide character in print at /opt/perl- > 5.25.9/lib/site_perl/5.25.9/Test2/Formatter/TAP.pm line 105. > # 'Internal Server Error > # > # Bad Content-Length: maybe client disconnect? (63 bytes remaining) at > /opt/perl-5.25.9/lib/site_perl/5.25.9/Plack/Request.pm line 260. > # ' > # doesn't match '(?^u:\∮\ E\⋅da\ \=\ Q\,\ \ n\ \→\ \∞\,\ > \∑\ f\(i\)\ \=\ \∏\ g\(i\))' > # Looks like you failed 1 test of 5. > t/Dancer2-Serializer-XML.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/5 subtests > ...
However I see also smoker systems with perl5.25.9 and _passing_ tests.