Package Details: php82-imagick 3.7.0-2

Git Clone URL: https://aur.archlinux.org/php82-imagick.git (read-only, click to copy)
Package Base: php82-imagick
Description: PHP 8.2 extension to create and modify images using the ImageMagick library
Upstream URL: https://github.com/imagick/imagick
Licenses: PHP
Submitter: kescherAUR
Maintainer: kescherAUR
Last Packager: kescherAUR
Votes: 1
Popularity: 0.000850
First Submitted: 2023-04-21 14:59 (UTC)
Last Updated: 2024-03-26 18:27 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

kescherAUR commented on 2024-03-26 18:27 (UTC)

@el_aur That's odd, the image kurtosis test used not to fail.

As for bug 73840: That's just a warn for an expected fail that's no longer failing, therefore I won't remove it (as the package build is still successful).

el_aur commented on 2024-03-25 12:25 (UTC) (edited on 2024-03-25 12:25 (UTC) by el_aur)

In prepare()

add these lines

rm tests/bug_73840.phpt
rm tests/316_Imagick_getImageKurtosis.phpt

before calling phpize()

bagasdotme commented on 2024-01-24 09:23 (UTC)

Hi,

I got a failed test when check()-ing the package:

=====================================================================
TIME END 2024-01-24 09:18:20

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   15
---------------------------------------------------------------------

Number of tests :  332               321
Tests skipped   :   11 (  3.3%) --------
Tests warned    :    3 (  0.9%) (  0.9%)
Tests failed    :    1 (  0.3%) (  0.3%)
Expected fail   :    1 (  0.3%) (  0.3%)
Tests passed    :  316 ( 95.2%) ( 98.4%)
---------------------------------------------------------------------
Time taken      :  149 seconds
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
Test Imagick, affineTransformImage [tests/031_Imagick_affineTransformImage_basic.phpt]  XFAIL REASON: I don't understand what values are returned in which elements of getImageChannelStatistics
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test Imagick, getImageKurtosis [tests/316_Imagick_getImageKurtosis.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Test ImagickDraw, getDensity [tests/268_ImagickDraw_getDensity_basic.phpt] (warn: XFAIL section but test passes)
Test Imagick, GetImageChannelRange basic [tests/287_Imagick_GetImageChannelRange_basic.phpt] (warn: XFAIL section but test passes)
ImagickPixel iterator [tests/bug_73840.phpt] (warn: XFAIL section but test passes)
=====================================================================
make: *** [Makefile:136: test] Error 1
==> ERROR: A failure occurred in check().
    Aborting...

getImageKurtosis test AFAIK should've been marked as XFAIL instead.

I have to skip check() as a result.