diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2024-09-03 11:54:54 +1000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-09-05 22:29:22 +0200 |
commit | f3e95ca8ba29266740c794450727b773826ecdcb (patch) | |
tree | 1970acb71f9324970753679f3947c57f751bdc22 /gnu/packages/php.scm | |
parent | ba42c8a9f270a81098b55010c6bf021485b23d24 (diff) | |
download | guix-f3e95ca8ba29266740c794450727b773826ecdcb.tar.gz guix-f3e95ca8ba29266740c794450727b773826ecdcb.zip |
gnu: php: Disable tests relating to BICUBIC interpolation.
* gnu/packages/php.scm (php)[arguments]: Delete three tests that are known
to fail.
Change-Id: Ib684328654c75f37111d252fb0f9fb3356daff9a
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 7c02c0eda3..6c95653fcd 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -253,6 +253,13 @@ ;; AVIF support disabled "ext/gd/tests/imagecreatefromstring_avif.phpt" + ;; These tests fail due to issues in upstream gd + ;; 2.3.3 around BICUBIC interpolation. See + ;; https://github.com/libgd/libgd/issues/847 + "ext/gd/tests/bug79676.phpt" + "ext/gd/tests/imageinterpolation_basic.phpt" + "ext/gd/tests/imagescale_preserve_ratio.phpt" + ;; XXX: These test failures appear legitimate, needs investigation. ;; open_basedir() restriction failure. "ext/curl/tests/curl_setopt_ssl.phpt" |