mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
ba42c8a9f2
commit
f3e95ca8ba
1 changed files with 7 additions and 0 deletions
|
@ -253,6 +253,13 @@ (define-public php
|
|||
;; 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"
|
||||
|
|
Loading…
Reference in a new issue