[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/182: gnu: qemu: Add upstream patch for failing test.
From: |
guix-commits |
Subject: |
177/182: gnu: qemu: Add upstream patch for failing test. |
Date: |
Fri, 15 Nov 2019 00:02:05 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 6e314432826557febfeed42ac9d7822f5709e9b3
Author: Miguel Ángel Arruga Vivas <address@hidden>
Date: Fri Nov 8 02:13:38 2019 +0100
gnu: qemu: Add upstream patch for failing test.
Fixes <https://bugs.gnu.org/37860>.
Reported by Danny Milosavljevic <address@hidden>.
* gnu/packages/virtualization.scm (qemu)[patches]: Add upstream patch
to fix tests on linux-libre >= 5.3.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/virtualization.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index f113eee..ca27c14 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -114,7 +114,16 @@
version ".tar.xz"))
(sha256
(base32
- "1ih9v6gxgild3m4g80ld4dr3wp9db3bpy203k73fxgc9hqhn0vk5"))))
+ "1ih9v6gxgild3m4g80ld4dr3wp9db3bpy203k73fxgc9hqhn0vk5"))
+ (patches
+ (list
+ ;; Fix an ordering issue with recent kernels, see
+ ;; <https://bugs.gnu.org/37860>.
+ (qemu-patch
+ "bf9e0313c27d8e6ecd7f7de3d63e1cb25d8f6311"
+ "qemu-tests-make-filemonitor-test-more-robust.patch"
+ (base32
+ "1242wqpr8id3cn88pzbig3sqh4znml0g0h2mwdmdyhp81blq7s7n"))))))
(build-system gnu-build-system)
(arguments
'(;; Running tests in parallel can occasionally lead to failures, like:
- 180/182: gnu: zita-convolver: Update to 4.0.3., (continued)
- 180/182: gnu: zita-convolver: Update to 4.0.3., guix-commits, 2019/11/15
- 171/182: gnu: polkit-qt: Use https for home-page., guix-commits, 2019/11/15
- 168/182: gnu: delta: Use 'mirror-url'., guix-commits, 2019/11/15
- 166/182: gnu: Add scroll., guix-commits, 2019/11/15
- 174/182: gnu: xfce4-whiskermenu-plugin: Download over HTTPS., guix-commits, 2019/11/15
- 173/182: gnu: qtwebkit: Don't use NAME in source URI., guix-commits, 2019/11/15
- 178/182: gnu: gnome: Add gnome-screenshot to default apps., guix-commits, 2019/11/15
- 182/182: Merge branch 'master' into wip-gnome-updates, guix-commits, 2019/11/15
- 162/182: gnu: monero: Update to 0.15.0.0., guix-commits, 2019/11/15
- 170/182: gnu: polkit-qt: Use 'mirror-url'., guix-commits, 2019/11/15
- 177/182: gnu: qemu: Add upstream patch for failing test.,
guix-commits <=
- 176/182: gnu: Move numix-theme to gnome-xyz.scm., guix-commits, 2019/11/15
- 167/182: gnu: haskell-apps.scm: Add missing import., guix-commits, 2019/11/15
- 172/182: gnu: Add 'file-name' where appropriate., guix-commits, 2019/11/15