GNU bug report logs - #37834
[PATCH] gnu: yasm: Disable parallel tests.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 20 Oct 2019 14:41:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37834 in the body.
You can then email your comments to 37834 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#37834; Package guix-patches. (Sun, 20 Oct 2019 14:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 20 Oct 2019 14:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: yasm: Disable parallel tests.
Date: Sun, 20 Oct 2019 15:39:55 +0100
* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
---
 gnu/packages/assembly.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 26a6d23a8a..50f798ba83 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -99,6 +99,10 @@ has strong support for macros.")
                (base32
                 "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:parallel-tests? #f))           ; Some tests fail
+                                        ; non-deterministically when run in
+                                        ; parallel
     (inputs
      `(("python" ,python-wrapper)
        ("xmlto" ,xmlto)))
-- 
2.23.0





Information forwarded to guix-patches <at> gnu.org:
bug#37834; Package guix-patches. (Mon, 21 Oct 2019 13:46:01 GMT) Full text and rfc822 format available.

Message #8 received at 37834 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 37834 <at> debbugs.gnu.org
Subject: Re: [bug#37834] [PATCH] gnu: yasm: Disable parallel tests.
Date: Mon, 21 Oct 2019 15:44:58 +0200
Christopher Baines <mail <at> cbaines.net> skribis:

> * gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.

LGTM, thanks!




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 21 Oct 2019 17:23:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Mon, 21 Oct 2019 17:23:02 GMT) Full text and rfc822 format available.

Message #13 received at 37834-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 37834-done <at> debbugs.gnu.org
Subject: Re: [bug#37834] [PATCH] gnu: yasm: Disable parallel tests.
Date: Mon, 21 Oct 2019 18:22:18 +0100
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> Christopher Baines <mail <at> cbaines.net> skribis:
>
>> * gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
>
> LGTM, thanks!

Great, I've pushed this as e9d48bdad4766c4043a21b4765f6ea2e87ff6e88.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Nov 2019 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 153 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.