From: Carlo Zancanaro <carlo@zancanaro.id.au>
To: 72943@debbugs.gnu.org
Cc: Rutherther <rutherther@protonmail.com>
Subject: [bug#72943] [PATCH 2/2] gnu: php: Disable tests relating to BICUBIC interpolation.
Date: Tue, 3 Sep 2024 11:54:54 +1000 [thread overview]
Message-ID: <ac7837e79805d82097b172389a614146cd47108b.1725328494.git.carlo@zancanaro.id.au> (raw)
In-Reply-To: <87bk15eghd.fsf@zancanaro.id.au>
* gnu/packages/php.scm (php)[arguments]: Delete three tests that are known to
fail.
Change-Id: Ib684328654c75f37111d252fb0f9fb3356daff9a
---
gnu/packages/php.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 8f879dbdca..ce7458d0e5 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -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"
--
2.45.2
next prev parent reply other threads:[~2024-09-03 1:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-01 19:11 [bug#72943] [PATCH] gnu: gd: Requires.private to propagated inputs Rutherther via Guix-patches via
2024-09-01 23:33 ` Carlo Zancanaro
2024-09-02 17:23 ` Rutherther via Guix-patches via
2024-09-03 0:19 ` Carlo Zancanaro
2024-09-03 1:54 ` [bug#72943] [PATCH 1/2] " Carlo Zancanaro
2024-09-03 1:54 ` Carlo Zancanaro [this message]
2024-09-04 6:50 ` [bug#72962] php-8.3.10 build failure guix-patches--- via
2024-09-04 6:50 ` [bug#72943] bug#72962: " guix-patches--- via
2024-09-04 7:27 ` Carlo Zancanaro
2024-09-04 7:43 ` [bug#72962] " guix-patches--- via
2024-09-04 7:59 ` guix-patches--- via
2024-09-04 10:32 ` guix-patches--- via
2024-09-05 20:41 ` [bug#72943] Patches applied Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ac7837e79805d82097b172389a614146cd47108b.1725328494.git.carlo@zancanaro.id.au \
--to=carlo@zancanaro.id.au \
--cc=72943@debbugs.gnu.org \
--cc=rutherther@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.