[PATCH] gnu: yasm: Disable parallel tests.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 5 years ago
(address . guix-patches@gnu.org)
20191020143955.20911-1-mail@cbaines.net
* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
---
gnu/packages/assembly.scm | 4 ++++
1 file changed, 4 insertions(+)

Toggle diff (17 lines)
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
Ludovic Courtès wrote 5 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 37834@debbugs.gnu.org)
8736fm1acl.fsf@gnu.org
Christopher Baines <mail@cbaines.net> skribis:

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

LGTM, thanks!
Christopher Baines wrote 5 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 37834-done@debbugs.gnu.org)
87ftjmqaid.fsf@cbaines.net
Ludovic Courtès <ludo@gnu.org> writes:

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

Great, I've pushed this as e9d48bdad4766c4043a21b4765f6ea2e87ff6e88.
-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl2t6UtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE
9Xdddg//UGMUtq3U+lc0Zb47NXFwuswSvLeIUbMGqBO79LoMdLSWL2yy1zCOQti6
0YbMzujmhAJ895yeOSoywQp5eDpu3+dsDUbIIRofA43/ISWbwQF/l57MFqtJzyI2
GNz0SuXvyrWdPtz98DD53yprEo15oXS/k2PLapNxFnNVQ33vC1gOV9h+gVjzIxLa
un9V8VwUOjoBZbU88eWj+NggoDCSshGdXj8THjpzIKZM0foLvG3xg0ujKyUDtpFB
eb1Puhbwm6iWihFJpk/xM58GA4dggoSUlmig0B9kwuI/zKpRZRPPdFXWN4jvfo2M
iu82ljnTlgeQRaaApoMDFxLHcwQPPwMHl9/2hINjvvew1A6PkZBBuGjqQwtNf+Q/
UfRG57Uv2Yur8EyhKd6lcPnBzLFuTEj622KXkLuldOY8KyBh85+nzx1+y+SAaKtK
9Ttlb2evL+BvRJH9N55sLJDOH0LeiX6L+gZ9ZfWkBUAGfpiUejUhXCMlIX0Kc/4c
kewf61ABTM4BKfgxsvey2oXCTrULqslzbL6F5ys9znb+04mXLru1O2gXzkfajC7a
ZjuUiXPOVRfuB4ASUkNBeux82S8Re+NcrmanYJdIbQUtBXu2duEPToMlY1/cwKt4
1WhRAzF1zyM8hAC+n64FtZhEwRsP/sbJ16SE98O+Q/pav22Alfo=
=zlSY
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 37834@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 37834
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help