On Thu, May 05, 2016 at 10:05:55AM +0300, Niko Tyni wrote: > t/200-file/400-basic.t .......... > 1..262 > [...] > # type gif > #opening Format: gif, options: file=>GIF/testimg/expected.gif > ok 69 # Imager=HASH(0x1b10430) > ok 70 # opening GIF/testimg/expected.gif > ok 71 # > ok 72 # seek after read > ok 73 # > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 189/262 subtests > [...] > Test Summary Report > ------------------- > t/200-file/400-basic.t (Wstat: 65280 Tests: 73 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 262 tests but ran 73. > Files=65, Tests=4481, 33 wallclock secs ( 0.75 usr 0.21 sys + 14.70 cusr > 1.56 csys = 17.22 CPU) > Result: FAIL
This test script doesn't handle errors very well - I largely rewrote it for 1.005 to fix that. Both Imager 1.004 and 1.005 pass for me with stock giflib 5.1.4 on amd64 (but I'm running Debian stable) Tony