guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: qemu: Enable parallel tests.


From: guix-commits
Subject: 04/06: gnu: qemu: Enable parallel tests.
Date: Sat, 19 Sep 2020 23:22:41 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 710fd17ad5ccc55d61b483f90cd1e26d015b4bcc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 18 08:54:05 2020 -0400

    gnu: qemu: Enable parallel tests.
    
    I've built QEMU 5.1.0 tens of times on a 24 logical core machines, and 
haven't
    encountered a failure.  Tentatively re-enabling parallel tests.
    
    * gnu/packages/virtualization.scm (qemu)[arguments]: Drop the
    \#:parallel-tests? #f argument.
    [phases]{configure}: Fix indentation.
---
 gnu/packages/virtualization.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index c77bc39..12117ec 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -140,11 +140,7 @@
                 "1rd41wwlvp0vpialjp2czs6i3lsc338xc72l3zkbb7ixjfslw5y9"))))
     (build-system gnu-build-system)
     (arguments
-     `(;; Running tests in parallel can occasionally lead to failures, like:
-       ;; boot_sector_test: assertion failed (signature == SIGNATURE): 
(0x00000000 == 0x0000dead)
-       #:parallel-tests? #f
-
-       ;; FIXME: Disable tests on i686 to work around
+     `(;; FIXME: Disable tests on i686 to work around
        ;; <https://bugs.gnu.org/40527>.
        #:tests? ,(or (%current-target-system)
                      (not (string=? "i686-linux" (%current-system))))



reply via email to

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