gnu: php: Drop a failed test for riscv64.

* gnu/packages/php (php): Drop a failed test for riscv64.
[source, arguments, description]: Fix formatting.
This commit is contained in:
Aleksandr Vityazev 2023-02-12 09:02:45 +00:00 committed by Julien Lepiller
parent 189525412e
commit 819aaca9d5
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -220,6 +220,12 @@
"sapi/phpdbg/tests/watch_006.phpt"))) "sapi/phpdbg/tests/watch_006.phpt")))
'()) '())
,@(if (target-riscv64?)
;; Drop tests known to fail on riscv64.
'((for-each delete-file
(list "sapi/cli/tests/upload_2G.phpt")))
'())
;; Drop tests that are known to fail. ;; Drop tests that are known to fail.
(for-each delete-file (for-each delete-file
'("ext/posix/tests/posix_getgrgid.phpt" ; Requires /etc/group. '("ext/posix/tests/posix_getgrgid.phpt" ; Requires /etc/group.