SHA256
1
0
forked from pool/php-imagick
php-imagick/imagick-xfail-test014.patch
Arjen de Korte 05f282e7d6 Accepting request 1142010 from home:adkorte:branches:server:php:extensions
- Expect test to fail as the values ImageMagick will accept are limited
  by the policy.xml of the system which is more restrictive now
  + imagick-xfail-test014.patch
- Fix test failing since ImageMagick 7.1.1.24 due to changed calculation
  of kurtosis and skewness values
  + imagick-fix-test316.patch

OBS-URL: https://build.opensuse.org/request/show/1142010
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-imagick?expand=0&rev=14
2024-01-27 21:02:09 +00:00

13 lines
501 B
Diff

diff -purN a/tests/014-setresourcelimit.phpt b/tests/014-setresourcelimit.phpt
--- a/tests/014-setresourcelimit.phpt 2022-01-11 16:23:45.000000000 +0100
+++ b/tests/014-setresourcelimit.phpt 2024-01-21 21:21:54.685527129 +0100
@@ -5,6 +5,8 @@ Imagick::setResourceLimit test
$imageMagickRequiredVersion=0x692;
require_once(dirname(__FILE__) . '/skipif.inc');
?>
+--XFAIL--
+These tests are flaky as the values ImageMagick will accept are limited by the policy.xml of the system.
--FILE--
<?php