GNU bug report logs -
#36081
[PATCH] gnu: ghc-streaming-commons: Skip tests.
Previous Next
Reported by: Robert Vollmert <rob <at> vllmrt.net>
Date: Mon, 3 Jun 2019 22:04:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#36081: [PATCH] gnu: ghc-streaming-commons: Skip tests.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 36081 <at> debbugs.gnu.org.
--
36081: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36081
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Robert Vollmert <rob <at> vllmrt.net> skribis:
> This fixes a sporadic test failure, showing up particularly in Nix/Guix
> builds: https://github.com/fpco/streaming-commons/issues/49.
>
> * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1.
Pushed, thanks!
[Message part 3 (message/rfc822, inline)]
There's a sporadic test failure, showing up particularly in Nix/Guix
builds: https://github.com/fpco/streaming-commons/issues/49.
* gnu/packages/haskell.scm (ghc-streaming-commons): Skip tests.
---
gnu/packages/haskell.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 822b0499b6..a6eb7c3701 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2018, 2019 Timothy Sample <samplet <at> ngyro.com>
;;; Copyright © 2018 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2018, 2019 Gabriel Hondet <gabrielhondet <at> gmail.com>
+;;; Copyright © 2019 Robert Vollmert <rob <at> vllmrt.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1815,6 +1816,8 @@ version 1.3).")
(base32
"13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:tests? #f)) ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49
(inputs
`(("ghc-async" ,ghc-async)
("ghc-blaze-builder" ,ghc-blaze-builder)
--
2.20.1 (Apple Git-117)
This bug report was last modified 5 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.