[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72943] [PATCH 2/2] gnu: php: Disable tests relating to BICUBIC inte
From: |
Carlo Zancanaro |
Subject: |
[bug#72943] [PATCH 2/2] gnu: php: Disable tests relating to BICUBIC interpolation. |
Date: |
Tue, 3 Sep 2024 11:54:54 +1000 |
* 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
- [bug#72943] [PATCH] gnu: gd: Requires.private to propagated inputs, Rutherther, 2024/09/01
- [bug#72943] [PATCH] gnu: gd: Requires.private to propagated inputs, Carlo Zancanaro, 2024/09/01
- [bug#72943] [PATCH] gnu: gd: Requires.private to propagated inputs, Rutherther, 2024/09/02
- [bug#72943] [PATCH] gnu: gd: Requires.private to propagated inputs, Carlo Zancanaro, 2024/09/02
- [bug#72943] [PATCH 2/2] gnu: php: Disable tests relating to BICUBIC interpolation.,
Carlo Zancanaro <=
- [bug#72962] php-8.3.10 build failure, Marek Paśnikowski, 2024/09/04
- [bug#72943] bug#72962: php-8.3.10 build failure, Carlo Zancanaro, 2024/09/04
- [bug#72943] bug#72962: php-8.3.10 build failure, Marek Paśnikowski, 2024/09/04
- [bug#72943] bug#72962: php-8.3.10 build failure, Marek Paśnikowski, 2024/09/04
- [bug#72943] bug#72962: php-8.3.10 build failure, Marek Paśnikowski, 2024/09/04
- [bug#72943] [PATCH 1/2] gnu: gd: Requires.private to propagated inputs, Carlo Zancanaro, 2024/09/02
[bug#72943] Patches applied, Andreas Enge, 2024/09/05