Page 1 of 1

PerlMagick make test fails on t/montage.t

Posted: 2013-05-12T01:35:45-07:00
by morty_a
t/montage.t and t/write.t fail during a build of PerlMagick 6.85.0 against locally-compiled ImageMagick 6.8.5 under CentOS 6. Are these real problems? Thanks.

Code: Select all

t/montage.t ....... Failed 2/19 subtests
...
t/write.t ......... Failed 3/32 subtests 
Here are the details for t/montage.t:

Code: Select all

$images->Set(bordercolor=>'blue', mattecolor=>'red')
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+
6+6>', frame=>'8x10',
  borderwidth=>'0', gravity=>'Center', shadow=>'True',background=>'gray' )
ReadImage()
Test 12, signatures do not match.
     Expected: 8a5130629f64943157e28f4edd211c609709af01dfe4457d7e58aa3ba556df55
     Computed: bcd96dabb454c5d25091422763b1cdecb6a69a9b02b84a5b7fa0a70f150b957c
     Depth:    16
not ok 12
$images->Set(bordercolor=>'blue', mattecolor=>'red')
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
  borderwidth=>'0', gravity=>'Center', shadow=>'True', texture=>'granite:' )
ReadImage()
Test 13, signatures do not match.
     Expected: 0b1f22a1ead8471954769fa86004030c27b1ef6a38e416d2064c776ae4c6428a
     Computed: 9209b2db884fa4730eeab6c410b90e094fa305635baab7ede17270c13f6e80ad
     Depth:    16
not ok 13
For t/write.t:

Code: Select all

CompuServe graphics interchange format ...
ReadImage()
Image: GIF:input.gif, signatures do not match.
     Expected: 0c2e3c82fd375360fba16258bfa83e35b8c878fd208da9818b50e423426cc437
     Computed: 5a25065144213cd0230b7572bd9aef0e447c23a0622193a94ae62c9895c44bf7
     Depth:    16
not ok 7
CompuServe graphics interchange format (1987) ...
ReadImage()
Image: GIF87:input.gif87, signatures do not match.
     Expected: b68fe02737630f219fbf1f9ef3f24cf2b73c21848443a02df2cc2c0212a65657
     Computed: 0138e1e5c9a7ed1604ec5bbe8c22378b84fcd9abb8c36e984b051f9efc14d54e
     Depth:    16
not ok 8
SUN 1-bit Rasterfile ...
ReadImage()
Image: SUN:input.im1, signatures do not match.
     Expected: 4cc91a24ddcbe4a9563b1ca063f765ec1ca4514cc3e3ba3e710f1226e49a8dd5
     Computed: 8922c9505ece06295a015d23e28da3727c3bc7ab22593f98e0fc8784aa16d0c2
     Depth:    16
not ok 21

Re: PerlMagick make test fails on t/montage.t

Posted: 2013-05-12T05:11:10-07:00
by magick
We will investigate. In the mean-time, these particular unit test failures are not worrisome given that the other tests passed.

Re: PerlMagick make test fails on t/montage.t

Posted: 2013-05-12T06:56:00-07:00
by morty_a
OK, thanks. I'll delete them from my specfile, then.