Petr Gajdos 2023-10-02 05:55:59 +00:00 committed by Git OBS Bridge
parent 4e14d2123c
commit 4b9c938008

View File

@ -436,31 +436,6 @@ exit 0
rm PerlMagick/t/montage.t
sed -i -e 's:averageImages ::' -e 's:1..13:1..12:' Magick++/tests/tests.tap
%endif
%ifarch s390x
#[ 605s] $images->Set(bordercolor=>'blue', mattecolor=>'red')
#[ 605s] $montage=$images->Montage( background=>'#696e7e', tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
#[ 605s] borderwidth=>'0', gravity=>'Center', shadow=>'True',background=>'gray' )
#[ 605s] ReadImage()
#[ 605s] Test 12, signatures do not match.
#[ 605s] Expected: 420aecbcab063e2735156a2b4d0b96e89d1b89dd84d3b2f217c9cf980f25939c
#[ 605s] Computed: daa470eef4373e34d09e687dead7090ba350d10a0e24055524900ba44c11ed12
#[ 605s] Depth: 16
#[ 605s] not ok 12
#[ 605s] $images->Set(bordercolor=>'blue', mattecolor=>'red')
#[ 605s] $montage=$images->Montage( background=>'#696e7e', tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
#[ 605s] borderwidth=>'0', gravity=>'Center', shadow=>'True', texture=>'granite:' )
#[ 605s] ReadImage()
#[ 605s] Test 13, signatures do not match.
#[ 605s] Expected: c10b9d30b4a3312df15f4a55c195992670dd22d59dbf2c4e3436ad730d647ed2
#[ 605s] Computed: b0d8e368155704da7dcc405a387f27a8fd5b86a93388b38417271d0a9d679558
#[ 605s] Depth: 16
#[ 605s] not ok 13
#
#[ 605s] MAT (MatLab gray 64-bit LSB double) ...
#[ 605s] mean-error=Inf, maximum-error=1.90898768223599e+291
#[ 605s] not ok 13
rm PerlMagick/t/{montage,read}.t
%endif
%make_build check
export MAGICK_CODER_MODULE_PATH=$PWD/coders/.libs
export MAGICK_CODER_FILTER_PATH=$PWD/filters/.libs