guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

177/184: gnu: qemu: Add upstream patch for failing test.


From: guix-commits
Subject: 177/184: gnu: qemu: Add upstream patch for failing test.
Date: Wed, 27 Nov 2019 14:37:22 -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]