Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 85746
Status: resolved
Priority: 0/
Queue: Imager

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

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



Subject: libpng 1.6 support
I have tried to compiled Imager-0.96 with libpng-1.6.2 and experienced this test failure:

t/00load.t .. ok
Show quoted text
# Library version 10602

Show quoted text
#   Failed test 'check error message'
#   at t/10png.t line 178.
#          got: 'Invalid IHDR data: Image width is zero in IHDR: IHDR: CRC error'
#     expected: 'IHDR: CRC error'
# Looks like you failed 1 test of 248.
t/10png.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/248 subtests
Failed 1/2 test programs. 1/249 subtests failed.

Test Summary Report
-------------------
t/10png.t (Wstat: 256 Tests: 248 Failed: 1)
  Failed test:  38
  Non-zero exit status: 1
Files=2, Tests=249,  3 wallclock secs ( 0.09 usr +  0.01 sys =  0.11 CPU)
Result: FAIL
On Thu May 30 16:34:44 2013, KMX wrote: Show quoted text
> I have tried to compiled Imager-0.96 with libpng-1.6.2 and experienced this > test failure: > > # got: 'Invalid IHDR data: Image width is zero in IHDR: IHDR: CRC error' > # expected: 'IHDR: CRC error'
Thanks, I've figured out what's causing this. (The default was that CRC errors caused a read failure, that changed) I just need to figure out the best fix. Tony
On Thu May 30 16:34:44 2013, KMX wrote: Show quoted text
> I have tried to compiled Imager-0.96 with libpng-1.6.2 and experienced this > test failure:
Thanks, fixed for the next release. Tony
On Thu May 30 16:34:44 2013, KMX wrote: Show quoted text
> I have tried to compiled Imager-0.96 with libpng-1.6.2 and experienced this > test failure:
Show quoted text
> # Failed test 'check error message' > # at t/10png.t line 178. > # got: 'Invalid IHDR data: Image width is zero in IHDR: IHDR: CRC error' > # expected: 'IHDR: CRC error' > # Looks like you failed 1 test of 248.
Fixed in 0.97. Thanks, Tony