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 test on Arm.


From: guix-commits
Subject: branch master updated: gnu: php: Disable failing test on Arm.
Date: Fri, 26 Feb 2021 06:58:16 -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 8753bb4  gnu: php: Disable failing test on Arm.
8753bb4 is described below

commit 8753bb4192410e6cd81a4072c1dd5f2ff822320e
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 26 12:53:11 2021 +0100

    gnu: php: Disable failing test on Arm.
    
    * gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
---
 gnu/packages/php.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 1c71c1f..46062fa 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -194,7 +194,8 @@
                                 
"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")))
+                                "sapi/cli/tests/upload_2G.phpt"
+                                "Zend/tests/concat_003.phpt")))
                    '())
 
              ;; Drop tests that are known to fail.



reply via email to

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