guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qemu: Disable qtest-aarch64/migration-test t


From: guix-commits
Subject: branch master updated: gnu: qemu: Disable qtest-aarch64/migration-test test.
Date: Mon, 26 Sep 2022 12:07:42 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 474d3ef643 gnu: qemu: Disable qtest-aarch64/migration-test test.
474d3ef643 is described below

commit 474d3ef643b68e885fba1f685ebdf04d5aa78bcb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 26 11:19:50 2022 -0400

    gnu: qemu: Disable qtest-aarch64/migration-test test.
    
    * gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Add patch.
    * gnu/local.mk (dist_patch_DATA): Register it.
    * gnu/packages/virtualization.scm (qemu): Apply it.
---
 gnu/local.mk                                                |  1 +
 .../patches/qemu-disable-aarch64-migration-test.patch       | 13 +++++++++++++
 gnu/packages/virtualization.scm                             |  1 +
 3 files changed, 15 insertions(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index 4e982dc6e3..9b3b199c7c 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1749,6 +1749,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/python-werkzeug-tests.patch             \
   %D%/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch   \
   %D%/packages/patches/qemu-build-info-manual.patch            \
+  %D%/packages/patches/qemu-disable-aarch64-migration-test.patch       \
   %D%/packages/patches/qemu-glibc-2.27.patch                   \
   %D%/packages/patches/qemu-glibc-2.30.patch                   \
   %D%/packages/patches/qemu-fix-agent-paths.patch              \
diff --git a/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch 
b/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
new file mode 100644
index 0000000000..bf60ed23bb
--- /dev/null
+++ b/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
@@ -0,0 +1,13 @@
+Disable the qtest-aarch64/migration-test, which sometimes fail 
non-deterministically.
+See: https://gitlab.com/qemu-project/qemu/-/issues/1230.
+
+--- qemu-7.1.0/tests/qtest/meson.build.old     1969-12-31 19:00:01.000000000 
-0500
++++ qemu-7.1.0/tests/qtest/meson.build 2022-09-26 11:11:05.434209797 -0400
+@@ -219,7 +219,6 @@
+   ['arm-cpu-features',
+    'numa-test',
+    'boot-serial-test',
+-   'migration-test',
+    'bcm2835-dma-test']
+ 
+ qtests_s390x = \
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 199156dbb9..e14549dcd1 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -169,6 +169,7 @@
         (base32
          "1rmvrgqjhrvcmchnz170dxvrrf14n6nm39y8ivrprmfydd9lwqx0"))
        (patches (search-patches "qemu-build-info-manual.patch"
+                                "qemu-disable-aarch64-migration-test.patch"
                                 "qemu-fix-agent-paths.patch"))
        (modules '((guix build utils)))
        (snippet



reply via email to

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