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: I6dd496c8b6851a06386049dca6aa0e2273e4029e
This commit is contained in:
Efraim Flashner 2023-11-28 11:53:40 +02:00
parent f90f33da02
commit 62376e3eb6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

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