guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: php: Add another test to the skip-test list.


From: guix-commits
Subject: 03/03: gnu: php: Add another test to the skip-test list.
Date: Mon, 27 Nov 2023 06:36:38 -0500 (EST)

efraim pushed a commit to branch mesa-updates
in repository guix.

commit f5493629e2650c0d30caf0f01f76b2383f78b9de
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 27 13:19:00 2023 +0200

    gnu: php: Add another test to the skip-test list.
    
    * gnu/packages/php.scm (php)[arguments]: Add a test which fails on
    multiple architectures to the list skipped by all architectures.
    
    Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73
---
 gnu/packages/php.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 4bfb6e353f..d5e471f8f5 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -195,7 +195,6 @@
                         
"ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt"
                         "ext/intl/tests/timezone_getOffset_error.phpt"
                         "sapi/cli/tests/cli_process_title_unix.phpt"
-                        "sapi/cli/tests/upload_2G.phpt"
                         "Zend/tests/concat_003.phpt"))
                 ((target-x86-32?)
                  `(list "ext/dba/tests/dba_gdbm.phpt"))
@@ -209,8 +208,6 @@
                     "sapi/phpdbg/tests/watch_004.phpt"
                     "sapi/phpdbg/tests/watch_005.phpt"
                     "sapi/phpdbg/tests/watch_006.phpt"))
-                ((target-riscv64?)
-                 `(list "sapi/cli/tests/upload_2G.phpt"))
                 (else `'())))
 
              ;; Drop tests that are known to fail.
@@ -276,7 +273,10 @@
                          "ext/gd/tests/bug73272.phpt"
                          ;; PCRE with/without JIT gives different result
                          "ext/pcre/tests/gh11374.phpt"
-                         "ext/pcre/tests/gh11956.phpt"))
+                         "ext/pcre/tests/gh11956.phpt"
+
+                         ;; This test fails on most architectures.
+                         "sapi/cli/tests/upload_2G.phpt"))
 
              ;; Accomodate two extra openssl errors flanking the expected one:
              ;; random number generator:RAND_{load,write}_file:Cannot open file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]