Skip Menu |

This queue is for tickets about the Image-Resize CPAN distribution.

Report information
The Basics
Id: 60038
Status: new
Priority: 0/
Queue: Image-Resize

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

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



Subject: Fails on perls compiles with -Duselongdouble
nvsize is 16 on these systems. Verbose test output is: % make test TEST_VERBOSE=1 make[1]: Entering directory `/home/sand/.cpan/build/Image-Resize-0.5-JkNbUN' PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/v5.13.3-145-g38195a8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1.t .. 1..5 ok 1 - use Image::Resize; ok 2 Original image size: 450 x 302 Desired: 10 x 15, Resulted: 10 x 6 ok 3 Desired: 15 x 10, Resulted: 14 x 9 not ok 4 # Failed test at t/1.t line 40. Desired: 120 x 120, Resulted: 120 x 80 ok 5 # Looks like you failed 1 test of 5. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests Test Summary Report ------------------- t/1.t (Wstat: 256 Tests: 5 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=1, Tests=5, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.05 cusr 0.00 csys = 0.08 CPU) Result: FAIL HTH, Regards