Skip Menu |

This queue is for tickets about the Devel-SmallProf CPAN distribution.

Report information
The Basics
Id: 40902
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Devel-SmallProf

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

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



Subject: Test fails with perl 5.8.9 and recent perl 5.11
With perl 5.8.8, the smallprof.out looks like this (the relevant snippet) ================================================================= count wall tm cpu time line 1 0.00002 0.00000 4:$c = 0; 1 0.00194 0.00000 6: $c++; With perl 5.8.9 RC1, it looks like this: count wall tm cpu time line 1 0.00002 0.00000 4:The code for (eval 7)[t/part1.b:32] is not in 1 0.00015 0.00000 6:the symbol table. This seems to cause the test failure in the test suite. I can just guess about the reason for the changed output, maybe it's due to additional optimizations in perl 5.8.9 and perl 5.11? Regards, Slaven
From: nick [...] ccl4.org
On Thu Nov 13 15:31:53 2008, SREZIC wrote: Show quoted text
> With perl 5.8.8, the smallprof.out looks like this (the relevant >
With perl 5.8.9 RC1, it looks like this: Show quoted text
> This seems to cause the test failure in the test suite. I can just guess > about the reason for the changed output, maybe it's due to additional > optimizations in perl 5.8.9 and perl 5.11?
It's actually a regression in RC1. RC2 should fix it, and all tests should pass. (and I'll be checking) Nicholas Clark