summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 11:24:05 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:52:07 +0900
commitd7d06a833c126e02fee5ddb9a4ed99c74123a02d (patch)
tree892c494a2e3a7b5b204215a5bd8d9f6a565d35bc /gnu/packages/php.scm
parent6b7512de3221f18f4e843e4ad8a38d51eda8f558 (diff)
gnu: php: Disable the bug65148 and bug46347 flaky tests.
* gnu/packages/php.scm (php): Update to 8.3.26. [#:phases] {prepare-tests}: Disable the bug65148 and bug46347 tests. Change-Id: I366e408372c218842b4f6949f459e0b1924e204c
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index d1e596ee4d..d7456e5e5a 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -288,6 +288,9 @@
"ext/gd/tests/bug48801.phpt"
;; Different expected output from imagecolorallocate().
"ext/gd/tests/bug53504.phpt"
+ ;; This test sometimes exit with Termsig=11 (see:
+ ;; <https://github.com/php/php-src/issues/19996>).
+ "ext/gd/tests/bug65148.phpt"
;; Wrong image size after scaling an image.
"ext/gd/tests/bug73272.phpt"
;; PCRE with/without JIT gives different result
@@ -295,6 +298,10 @@
"ext/pcre/tests/gh11956.phpt"
;; reported bug only seems to affect windows
"ext/standard/tests/directory/bug74589_utf8.phpt"
+ ;; This test is flaky, appears racy when the test suite runs
+ ;; in parallel (see:
+ ;; <https://github.com/php/php-src/issues/19998>).
+ "ext/standard/tests/file/bug46347.phpt"
;; this test seems to be unreliable/flaky
"sapi/cli/tests/php_cli_server_pdeathsig.phpt"
;; This test fails on most architectures.