Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

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

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

Bug Information
Severity: (no value)
Broken in:
  • 1.005
  • 1.006
Fixed in: (no value)



Subject: 030-copyflip.t sometimes fails on Windows
t/300-transform/030-copyflip.t: not ok 93 - check right and degrees result the same # Failed test 'check right and degrees result the same' # at t/300-transform/030-copyflip.t line 273. # image data difference > 0 - 692069 # first mismatch at (74, 0) - 0 0 0 vs 0 0 255 -- Alexandr Ciornii, http://chorny.net
CC: ;
Subject: Re: [rt.cpan.org #124001] 030-copyflip.t sometimes fails on Windows
Date: Thu, 4 Jan 2018 13:02:53 +1100
To: Alexandr Ciornii via RT <bug-Imager [...] rt.cpan.org>
From: Tony Cook <tony [...] develop-help.com>
On Wed, Jan 03, 2018 at 08:42:50PM -0500, Alexandr Ciornii via RT wrote: Show quoted text
> Wed Jan 03 20:42:49 2018: Request 124001 was acted upon. > Transaction: Ticket created by CHORNY > Queue: Imager > Subject: 030-copyflip.t sometimes fails on Windows > Broken in: 1.005, 1.006 > Severity: (no value) > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124001 > > > > t/300-transform/030-copyflip.t: > > not ok 93 - check right and degrees result the same > # Failed test 'check right and degrees result the same' > # at t/300-transform/030-copyflip.t line 273. > # image data difference > 0 - 692069 > # first mismatch at (74, 0) - 0 0 0 vs 0 0 255
Hi, Does it fail consistently on a particular system, or randomly? Does it fail with the same mismatch each time, or does it vary? Thanks
On Wed Jan 03 21:03:12 2018, tony@develop-help.com wrote: Show quoted text
> On Wed, Jan 03, 2018 at 08:42:50PM -0500, Alexandr Ciornii via RT wrote:
Show quoted text
> > t/300-transform/030-copyflip.t: > > > > not ok 93 - check right and degrees result the same > > # Failed test 'check right and degrees result the same' > > # at t/300-transform/030-copyflip.t line 273. > > # image data difference > 0 - 692069 > > # first mismatch at (74, 0) - 0 0 0 vs 0 0 255
> > Hi, > > Does it fail consistently on a particular system, or randomly?
Consistently. Looking at cpantesters matrix, it fails on 5.26.x, 32-bit only. Fail on 5.18.2 is for different tests. Show quoted text
> Does it fail with the same mismatch each time, or does it vary?
Yes, and same mismatch for other cpantesters. -- Alexandr Ciornii, http://chorny.net
This Strawberry perl was built with "gcc.EXE (i686-posix-dwarf, Built by strawberryperl.com project) 7.1.0". I tried to use gcc and C libraries from Strawberry 5.24.0 - "gcc (i686-posix-sjlj, built by strawberryperl.com project) 4.9.2" and it does not have this error. -- Alexandr Ciornii, http://chorny.net
On Fri Jan 05 09:27:36 2018, CHORNY wrote: Show quoted text
> This Strawberry perl was built with "gcc.EXE (i686-posix-dwarf, Built > by strawberryperl.com project) 7.1.0". I tried to use gcc and C > libraries from Strawberry 5.24.0 - "gcc (i686-posix-sjlj, built by > strawberryperl.com project) 4.9.2" and it does not have this error.
This is fixed in git: http://git.imager.perl.org/imager.git/commit/8cf479739a15b551f6afbb88e1c76c331e61142e Thanks for the report. Tony
On Sat Jan 06 07:13:47 2018, TONYC wrote: Show quoted text
> On Fri Jan 05 09:27:36 2018, CHORNY wrote:
> > This Strawberry perl was built with "gcc.EXE (i686-posix-dwarf, Built > > by strawberryperl.com project) 7.1.0". I tried to use gcc and C > > libraries from Strawberry 5.24.0 - "gcc (i686-posix-sjlj, built by > > strawberryperl.com project) 4.9.2" and it does not have this error.
> > This is fixed in git: > > http://git.imager.perl.org/imager.git/commit/8cf479739a15b551f6afbb88e1c76c331e61142e > > Thanks for the report.
And fixed in the 1.007 release. Thanks for your help. Tony