gnu: php: Disable failing test.
It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.master
parent
de8e2a699c
commit
4ccaaad45d
|
@ -340,7 +340,9 @@
|
||||||
;; Expects an empty Array; gets one with " " in it.
|
;; Expects an empty Array; gets one with " " in it.
|
||||||
"ext/pcre/tests/bug80118.phpt"
|
"ext/pcre/tests/bug80118.phpt"
|
||||||
;; Renicing a process fails in the build environment.
|
;; Renicing a process fails in the build environment.
|
||||||
"ext/standard/tests/general_functions/proc_nice_basic.phpt"))
|
"ext/standard/tests/general_functions/proc_nice_basic.phpt"
|
||||||
|
;; Can fail on fast machines?
|
||||||
|
"Zend/tests/bug74093.phpt"))
|
||||||
|
|
||||||
;; Accomodate two extra openssl errors flanking the expected one:
|
;; Accomodate two extra openssl errors flanking the expected one:
|
||||||
;; random number generator:RAND_{load,write}_file:Cannot open file
|
;; random number generator:RAND_{load,write}_file:Cannot open file
|
||||||
|
|
Reference in New Issue