me
/
guix
Archived
1
0
Fork 0

gnu: qemu: Disable more tests.

* gnu/packages/virtualization.scm (qemu)[disable-unusable-tests]: Also disable
qtest/ahci-test and qemu-iotests/copy-before-write.
master
Liliana Marie Prikler 2024-05-14 14:10:41 +02:00
parent 9a481e0504
commit 682d5f4ac0
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 7 additions and 1 deletions

View File

@ -305,7 +305,13 @@
(substitute* "tests/qtest/meson.build"
;; These tests fail to get the expected number of tests
;; on arm platforms.
(("'arm-cpu-features',") ""))))
(("'arm-cpu-features',") "")
;; This test is known to be flaky.
;; See <https://gitlab.com/qemu-project/qemu/-/issues/2121>.
(("\\['ahci-test'\\]") "[]"))
;; This test appears to be flaky as well, probably resulting
;; from a race condition.
(delete-file "tests/qemu-iotests/tests/copy-before-write")))
#$@(if (target-riscv64?)
'((add-after 'unpack 'disable-some-tests
(lambda _