diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-05-01 21:13:00 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-05-01 21:13:34 +0200 |
commit | bd9d5dbb86c7204a73b6e7dbe03b767748b33365 (patch) | |
tree | b8929e2e6bf9e9272910fd9770a8fa363e57ff7b | |
parent | ae66feeee015be08c494be532508bb4d40e8c214 (diff) | |
download | patches-bd9d5dbb86c7204a73b6e7dbe03b767748b33365.tar patches-bd9d5dbb86c7204a73b6e7dbe03b767748b33365.tar.gz |
gnu: php: Disable failing tests on armhf.
* gnu/packages/php.scm (php)[arguments]: Disable two failing tests on
armhf.
-rw-r--r-- | gnu/packages/php.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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. |