Skip Menu |

This queue is for tickets about the Locale-Maketext-Gettext CPAN distribution.

Report information
The Basics
Id: 23956
Status: resolved
Priority: 0/
Queue: Locale-Maketext-Gettext

People
Owner: imacat [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.17
Fixed in: 1.18



Subject: failing tests with bleadperl
Bleadperl got a tiny upgrade of maketext in http://public.activestate.com/cgi-bin/perlbrowse?patch=25547 Since then L:M:Gettext fails tests under bleadperl: make[1]: Entering directory `/home/k/.cpan/build/Locale-Maketext-Gettext-1.17-YZMS8B' PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/po3iUi8/perl-5.8.0@29561/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-signature.......WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 818A 7E1E 4DE3 FB39 C967 9C03 8BD8 2E6F 30B9 4B5C ok t/01-basic...........ok t/02-big-endian......ok t/03-errors..........# Test 17 got: "" (t/03-errors.t at line 131) # Expected: "(?-xism:maketext doesn't know how to say)" # t/03-errors.t line 131 is: ok($@, qr/maketext doesn't know how to say/); FAILED test 17 Failed 1/25 tests, 96.00% okay (less 2 skipped tests: 22 okay, 88.00%) t/04-encodings.......ok t/05-switching.......ok t/06-racing..........# Test 4 got: "" (t/06-racing.t at line 55) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 55 is: ok($@, qr/maketext doesn't know how to say/); # Test 8 got: "" (t/06-racing.t at line 77) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 77 is: ok($@, qr/maketext doesn't know how to say/); # Test 11 got: "" (t/06-racing.t at line 103) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 103 is: ok($@, qr/maketext doesn't know how to say/); # Test 17 got: "" (t/06-racing.t at line 136) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 136 is: ok($@, qr/maketext doesn't know how to say/); # Test 22 got: "" (t/06-racing.t at line 164) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 164 is: ok($@, qr/maketext doesn't know how to say/); # Test 28 got: "" (t/06-racing.t at line 197) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 197 is: ok($@, qr/maketext doesn't know how to say/); # Test 33 got: "" (t/06-racing.t at line 225) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 225 is: ok($@, qr/maketext doesn't know how to say/); # Test 34 got: "" (t/06-racing.t at line 230) # Expected: "(?-xism:maketext doesn't know how to say)" # t/06-racing.t line 230 is: ok($@, qr/maketext doesn't know how to say/); FAILED tests 4, 8, 11, 17, 22, 28, 33-34 Failed 8/34 tests, 76.47% okay t/07-f-basic.........ok t/08-f-errors........ok t/09-f-encodings.....ok t/10-f-switching.....ok t/11-command-line....ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03-errors.t 25 1 17 t/06-racing.t 34 8 4 8 11 17 22 28 33-34 2 subtests skipped. Failed 2/12 test scripts. 9/306 subtests failed. Files=12, Tests=306, 28 wallclock secs ( 4.07 cusr + 0.45 csys = 4.52 CPU) Failed 2/12 test programs. 9/306 subtests failed.
On 2006-12-16 01:09:26 Sat, ANDK wrote: Show quoted text
> Bleadperl got a tiny upgrade of maketext in > http://public.activestate.com/cgi-bin/perlbrowse?patch=25547 > t/03-errors..........# Test 17 got: "" (t/03-errors.t at line 131) > # Expected: "(?-xism:maketext doesn't know how to say)" > # t/03-errors.t line 131 is: ok($@, qr/maketext doesn't know how to > say/);
Sorry for the waiting. I was busy for my school examination till now. 5.9? ^^; Well. I'm not expecting to test on a development release. Anyhow, I do not see the patch on the current Locale::Maketext code, and hence cannot be sure if Locale::Maketext will change its behavior forever. I'll try to download and build perl 5.9.4, see what's going on and try to resolve it as soon as possible. Thank you for your time and effort on this report.
From: imacat [...] mail.imacat.idv.tw
On 2006-12-16 01:09:26 Sat, ANDK wrote: Show quoted text
> Bleadperl got a tiny upgrade of maketext in > http://public.activestate.com/cgi-bin/perlbrowse?patch=25547 > Since then L:M:Gettext fails tests under bleadperl:
Dear Andreas Koenig, Hi. This is imacat, the Author of Locale-Maketext-Gettext. Thank you for your help on test and report. I have uploaded a new version 1.18. It is I/IM/IMACAT/Locale-Maketext-Gettext-1.18.tar.gz. Could you please test this and tell me the result, so that I can know whether to close this bug? Thank you very much in advance.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #23956] failing tests with bleadperl
Date: Thu, 22 Mar 2007 20:12:57 +0100
To: bug-Locale-Maketext-Gettext [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Thu, 22 Mar 2007 09:30:11 -0400, " via RT" <bug-Locale-Maketext-Gettext@rt.cpan.org> said:
Show quoted text
Show quoted text
> On 2006-12-16 01:09:26 Sat, ANDK wrote:
>> Bleadperl got a tiny upgrade of maketext in >> http://public.activestate.com/cgi-bin/perlbrowse?patch=25547 >> Since then L:M:Gettext fails tests under bleadperl:
Show quoted text
> Dear Andreas Koenig,
Show quoted text
> Hi. This is imacat, the Author of Locale-Maketext-Gettext. Thank > you for your help on test and report. I have uploaded a new version > 1.18. It is I/IM/IMACAT/Locale-Maketext-Gettext-1.18.tar.gz. Could you > please test this and tell me the result, so that I can know whether to > close this bug? Thank you very much in advance.
Yes, with this version all tests pass on my most recent bleadperl installation. I've sent a report to cpan testers this morning: http://www.nntp.perl.org/group/perl.cpan.testers/2007/03/msg443611.html Thank you very much for fixing! Best Regards from Berlin, -- andreas
On 2007-03-22 15:15:11 Thu, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: Show quoted text
> Yes, with this version all tests pass on my most recent bleadperl > installation. I've sent a report to cpan testers this
morning:http://www.nntp.perl.org/group/perl.cpan.testers/2007/03/msg443611.html Show quoted text
> Thank you very much for fixing!
Thank you, too. ^_*' I shall set this as closed.