tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bug in lang/perl5 5.18.0?



On my amd64 6.99.19 box: 
perl-5.18.0/t % LD_LIBRARY_PATH=.. ../t/perl  -I.. -MTestInit=U2T 
re/fold_grind.t 2>&1 | grep -v '^ok'
1..467

(i.e. they all succeed)

on my i386 5.1_STABLE box:
perl-5.18.0/t % LD_LIBRARY_PATH=.. ../t/perl  -I.. -MTestInit=U2T re/fold_grind.
t 2>&1 | grep -v '^ok'
# Failed test 1 - test 1 - my $c = "\x{003A}"; my $p = qr/(?d:^\x{003A}*$)/i; 
utf8::upgrade($c); $c =~ $p;  at re/fold_grind.t line 804
# Failed test 2 - test 2 - my $c = "\x{003A}"; my $p = qr/(?d:\x{003A}+)/i; 
utf8::upgrade($c); $c =~ $p;  at re/fold_grind.t line 804
# Failed test 3 - test 3 - my $c = "\x{003A}"; my $p = qr/(?d:\x{003A}+$)/i; 
utf8::upgrade($c); $c =~ $p;  at re/fold_grind.t line 804
# Failed test 4 - test 4 - my $c = "\x{003A}"; my $p = qr/(?d:^\x{003A}+)/i; 
utf8::upgrade($c); $c =~ $p;  at re/fold_grind.t line 804
# Failed test 5 - test 5 - my $c = "\x{003A}"; my $p = qr/(?d:^\x{003A}+$)/i; 
utf8::upgrade($c); $c =~ $p;  at re/fold_grind.t line 804
[etc for ~1470 more lines]

I suspect the next thing to do is to recompile with -O instead of -O2,
especially for the Encode/ and cpan/Encode bits.



Home | Main Index | Thread Index | Old Index