mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
189525412e
commit
819aaca9d5
1 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue