Page 1 of 1

Failing test with ImageMagick-6.9.4-4

Posted: 2016-05-24T13:42:41-07:00
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?

Re: Failing test with ImageMagick-6.9.4-4

Posted: 2016-06-30T10:49:38-07:00
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.

Re: Failing test with ImageMagick-6.9.4-4

Posted: 2016-06-30T13:51:15-07:00
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);