gnu: php: Disable failing tests on armhf.

* gnu/packages/php.scm (php)[arguments]: Disable two failing tests on
armhf.
master
Julien Lepiller 2019-05-01 21:13:00 +02:00
parent ae66feeee0
commit bd9d5dbb86
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 3 additions and 1 deletions

View File

@ -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.