Failing test with ImageMagick-6.9.4-4

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
mla
Posts: 3
Joined: 2015-03-14T14:56:21-07:00
Authentication code: 6789

Failing test with ImageMagick-6.9.4-4

Post by mla »

Test 47 of t/filter.t is failing with:

Segment() ...
mean-error=0.0698270573404052, maximum-error=0.827450980392157
not ok 47

Building with perl 5.18.2. Any suggestions to help diagnose the problem?
mla
Posts: 3
Joined: 2015-03-14T14:56:21-07:00
Authentication code: 6789

Re: Failing test with ImageMagick-6.9.4-4

Post by mla »

Still failing with 6.9.5-0 on Linux/Mint 17.
For now, we're going to simply delete the t/filter.t test file so we can upgrade.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Failing test with ImageMagick-6.9.4-4

Post by magick »

A certain amount of fuzziness is acceptable for this test. Edit t/filter.t and change the Segment test to:
  • testFilterCompare('input.miff', q//, 'reference/filter/Segment.miff', 'Segment', q//, 0.09, 0.9);
Post Reply