guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: php: Disable failing test.


From: guix-commits
Subject: 02/04: gnu: php: Disable failing test.
Date: Wed, 8 Sep 2021 08:39:36 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 4ccaaad45d58ebd6af47090b091cb7017f3536e7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 7 22:23:00 2021 +0200

    gnu: php: Disable failing test.
    
    It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines.
    
    * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
---
 gnu/packages/php.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 7022eb6..cecb615 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -340,7 +340,9 @@
                          ;; Expects an empty Array; gets one with " " in it.
                          "ext/pcre/tests/bug80118.phpt"
                          ;; Renicing a process fails in the build environment.
-                         
"ext/standard/tests/general_functions/proc_nice_basic.phpt"))
+                         
"ext/standard/tests/general_functions/proc_nice_basic.phpt"
+                         ;; Can fail on fast machines?
+                         "Zend/tests/bug74093.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]