From bd9d5dbb86c7204a73b6e7dbe03b767748b33365 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 1 May 2019 21:13:00 +0200 Subject: 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 c7e6fcb6e9..45dd2bdd3a 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. -- cgit v1.2.3