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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37834: closed ([PATCH] gnu: yasm: Disable parallel tests.)
Date: Mon, 21 Oct 2019 17:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Oct 2019 18:22:18 +0100
with message-id <87ftjmqaid.fsf <at> cbaines.net>
and subject line Re: [bug#37834] [PATCH] gnu: yasm: Disable parallel tests.
has caused the debbugs.gnu.org bug report #37834,
regarding [PATCH] gnu: yasm: Disable parallel tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37834: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37834
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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 4 (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)]

This bug report was last modified 5 years and 269 days ago.

Previous Next


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