diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-28 11:53:40 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-28 11:53:40 +0200 |
commit | 62376e3eb67644454bc655bed56be4be965bd13e (patch) | |
tree | f6c620d3e4d8e2e5e8a085e1b14e64b236ecb72b /gnu | |
parent | f90f33da02fb779782be7905b6f50fb09996c14f (diff) | |
download | guix-62376e3eb67644454bc655bed56be4be965bd13e.tar.gz guix-62376e3eb67644454bc655bed56be4be965bd13e.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/php.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index d5e471f8f5..8419ac033b 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -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. |