Skip Menu |

This queue is for tickets about the Term-ReadLine-Tiny CPAN distribution.

Report information
The Basics
Id: 98094
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Tiny

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

Bug Information
Severity: Normal
Broken in: 0.010_03
Fixed in: 0.010_04



Subject: Test fails with iso8859-1 locale
The t/06_readline.t test fails with 0.010_03, if a iso8859-1 locale is active. Problem can be reproduced on FreeBSD (10.0, 9.2) and Linux (Debian7) systems. This test is fine on the same systems if a utf-8 locale or "C" is in effect. Error log: Wide character in print at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/IO/Handle.pm line 420. Wide character in print at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/IO/Handle.pm line 420. # Failed test 'expected: '<òðñô abcde âºâ»>', got: '<???? abcde ??>'' # at t/06_readline.t line 94. # Looks like you failed 1 test of 22. # Failed test 'readline_compat' # at t/06_readline.t line 100. Wide character in print at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/IO/Handle.pm line 420. # Failed test 'expected: '<òðñô abcde âºâ»>', got: '<???? abcde ??>'' # at t/06_readline.t line 132. # Looks like you failed 1 test of 22. # Failed test 'env_readline_compat' # at t/06_readline.t line 138. # Looks like you failed 2 tests of 3. t/06_readline.t ....................
Subject: Re: [rt.cpan.org #98094] Test fails with iso8859-1 locale
Date: Sun, 17 Aug 2014 09:35:21 +0200
To: bug-Term-ReadLine-Tiny [...] rt.cpan.org
From: Matthäus Kiem <cuer2s [...] gmail.com>
Thanks, I've removed non-ASCII from the tests. Am 16.08.2014 22:09, schrieb Slaven_Rezic via RT: Show quoted text
> Sat Aug 16 16:09:32 2014: Request 98094 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Term-ReadLine-Tiny > Subject: Test fails with iso8859-1 locale > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=98094 > > > > The t/06_readline.t test fails with 0.010_03, if a iso8859-1 locale is active. Problem can be reproduced on FreeBSD (10.0, 9.2) and Linux (Debian7) systems. This test is fine on the same systems if a utf-8 locale or "C" is in effect. > > Error log: > > Wide character in print at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/IO/Handle.pm line 420. > Wide character in print at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/IO/Handle.pm line 420. > > # Failed test 'expected: '<òðñô abcde âºâ»>', got: '<???? abcde ??>'' > # at t/06_readline.t line 94. > # Looks like you failed 1 test of 22. > > # Failed test 'readline_compat' > # at t/06_readline.t line 100. > Wide character in print at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/IO/Handle.pm line 420. > > # Failed test 'expected: '<òðñô abcde âºâ»>', got: '<???? abcde ??>'' > # at t/06_readline.t line 132. > # Looks like you failed 1 test of 22. > > # Failed test 'env_readline_compat' > # at t/06_readline.t line 138. > # Looks like you failed 2 tests of 3. > t/06_readline.t .................... >