gnu: php: Skip some tests on powerpc-linux.
* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase to skip some failing tests when building for powerpc-linux. Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029emaster
parent
f90f33da02
commit
62376e3eb6
|
@ -198,6 +198,10 @@
|
|||
"Zend/tests/concat_003.phpt"))
|
||||
((target-x86-32?)
|
||||
`(list "ext/dba/tests/dba_gdbm.phpt"))
|
||||
((target-ppc32?)
|
||||
`(list "sapi/phpdbg/tests/watch_001.phpt"
|
||||
"sapi/phpdbg/tests/watch_003.phpt"
|
||||
"sapi/phpdbg/tests/watch_004.phpt"))
|
||||
((target-ppc64le?)
|
||||
`(list
|
||||
;; phpdbg watchpoints don't work.
|
||||
|
|
Reference in New Issue