gnu: php: Disable failing tests on armhf.
* gnu/packages/php.scm (php)[arguments]: Disable two failing tests on armhf.
This commit is contained in:
parent
ae66feeee0
commit
bd9d5dbb86
1 changed files with 3 additions and 1 deletions
|
@ -191,7 +191,9 @@ (define-public php
|
|||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue