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.
This commit is contained in:
		
							parent
							
								
									de8e2a699c
								
							
						
					
					
						commit
						4ccaaad45d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -340,7 +340,9 @@
 | 
			
		|||
                         ;; Expects an empty Array; gets one with " " in it.
 | 
			
		||||
                         "ext/pcre/tests/bug80118.phpt"
 | 
			
		||||
                         ;; 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:
 | 
			
		||||
             ;; random number generator:RAND_{load,write}_file:Cannot open file
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue