guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: php: Disable failing tests on arm.


From: guix-commits
Subject: branch master updated: gnu: php: Disable failing tests on arm.
Date: Tue, 09 Feb 2021 11:10:51 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f213022  gnu: php: Disable failing tests on arm.
f213022 is described below

commit f2130228ed86fed81806a662ed59aa74ed2398ed
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Feb 9 17:09:49 2021 +0100

    gnu: php: Disable failing tests on arm.
    
    * gnu/packages/php.scm (arguments)[phases]: Disable additional failing
    tests on arm.
---
 gnu/packages/php.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 93428af..1c71c1f 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -183,12 +183,18 @@
                                 "ext/calendar/tests/unixtojd_error1.phpt"
                                 ;; arm can be a lot slower, so a time-related 
test fails
                                 "ext/fileinfo/tests/cve-2014-3538-nojit.phpt"
+                                "ext/pcntl/tests/pcntl_unshare_01.phpt"
                                 "ext/pcre/tests/bug76514.phpt"
                                 "ext/pcre/tests/preg_match_error3.phpt"
+                                "ext/pcre/tests/cache_limit.phpt"
+                                "ext/sockets/tests/socket_getopt.phpt"
+                                
"ext/sockets/tests/socket_sendrecvmsg_error.phpt"
                                 
"ext/standard/tests/general_functions/var_export-locale.phpt"
                                 
"ext/standard/tests/general_functions/var_export_basic1.phpt"
                                 
"ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt"
-                                
"ext/intl/tests/timezone_getOffset_error.phpt")))
+                                "ext/intl/tests/timezone_getOffset_error.phpt"
+                                "sapi/cli/tests/cli_process_title_unix.phpt"
+                                "sapi/cli/tests/upload_2G.phpt")))
                    '())
 
              ;; Drop tests that are known to fail.



reply via email to

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