guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: php: Disable failing tests on armhf.


From: guix-commits
Subject: 01/01: gnu: php: Disable failing tests on armhf.
Date: Wed, 1 May 2019 15:14:28 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit bd9d5dbb86c7204a73b6e7dbe03b767748b33365
Author: Julien Lepiller <address@hidden>
Date:   Wed May 1 21:13:00 2019 +0200

    gnu: php: Disable failing tests on armhf.
    
    * gnu/packages/php.scm (php)[arguments]: Disable two failing tests on
    armhf.
---
 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 c7e6fcb..45dd2bd 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -191,7 +191,9 @@
                                 ;; arm can be a lot slower, so a time-related 
test fails
                                 "ext/fileinfo/tests/cve-2014-3538-nojit.phpt"
                                 "ext/pcre/tests/bug76514.phpt"
-                                "ext/pcre/tests/preg_match_error3.phpt")))
+                                "ext/pcre/tests/preg_match_error3.phpt"
+                                
"ext/standard/tests/general_functions/var_export-locale.phpt"
+                                
"ext/standard/tests/general_functions/var_export_basic1.phpt")))
                    '())
 
              ;; Drop tests that are known to fail.



reply via email to

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