[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch python-team updated: gnu: qemu: Disable one failing test.
From: |
guix-commits |
Subject: |
branch python-team updated: gnu: qemu: Disable one failing test. |
Date: |
Wed, 08 May 2024 09:50:30 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new bd26278858 gnu: qemu: Disable one failing test.
bd26278858 is described below
commit bd26278858b06261a6a847ee3866f9aae69b2984
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 15:49:36 2024 +0200
gnu: qemu: Disable one failing test.
* gnu/packages/virtualization.scm (qemu)[arguments]: Disable
copy-before-write
test.
Change-Id: Ica11a37c616003353edebf0e8b6ade2fd1d51ece
---
gnu/packages/virtualization.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 1d3edf5976..da65b48dc2 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -305,7 +305,10 @@
(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 fails because no Permission Denied error is raised. It
+ ;; is unclear if this is indicative of a real problem.
+ (delete-file "tests/qemu-iotests/tests/copy-before-write")))
#$@(if (target-riscv64?)
'((add-after 'unpack 'disable-some-tests
(lambda _
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch python-team updated: gnu: qemu: Disable one failing test.,
guix-commits <=