[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))))
- branch master updated (6b12537 -> 4d82e8e), guix-commits, 2020/09/19
- 01/06: gnu: qemu: Update to 5.1.0., guix-commits, 2020/09/19
- 02/06: gnu: qemu: Disable the bios-tables-test test., guix-commits, 2020/09/19
- 03/06: gnu: qemu: Fix indentation., guix-commits, 2020/09/19
- 04/06: gnu: qemu: Enable parallel tests.,
guix-commits <=
- 06/06: gnu: qemu: Move HTML documentation to the doc output., guix-commits, 2020/09/19
- 05/06: gnu: qemu: Install the full documentation as an info manual., guix-commits, 2020/09/19