Skip Menu |

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

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

People
Owner: TELS [...] cpan.org
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

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



Subject: Test failures for 0.65 with perl-5.8.8 on Linux and Solaris
Testing Devel::Size 0.65 on Solaris 8 (Sparc) and RedHat Enterprise Linux 3.0 (x86), both running perl-5.8.8 (no threads), compiled with gcc-4.0.3. On Linux: t/basic...... # Failed test 'size() of array refs' # at t/basic.t line 54. # got: '68' # expected: '852' t/basic......ok 1/13# Looks like you failed 1 test of 13. [other tests are OK] t/basic......NOK 8/13# Failed test 'size() of array refs' # at t/basic.t line 54. # got: '72' # expected: '856' # Looks like you failed 1 test of 13. [other tests OK] Let me know if you'd like any additional debugging output, or want me to try any patch. Cheers, Marek
From: JABLKO [...] cpan.org
Just encountered this same problem. Jack
The problem was the testscript being wrong, not actually the code. I have fixed the test and uploaded 0.66, which should pass now. Thank you for your report!