emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36081: closed ([PATCH] gnu: ghc-streaming-commons:


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36081: closed ([PATCH] gnu: ghc-streaming-commons: Skip tests.)
Date: Thu, 06 Jun 2019 21:39:02 +0000

Your message dated Thu, 06 Jun 2019 23:38:18 +0200
with message-id <address@hidden>
and subject line Re: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 
0.2.1.1.
has caused the debbugs.gnu.org bug report #36081,
regarding [PATCH] gnu: ghc-streaming-commons: Skip tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36081: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36081
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: ghc-streaming-commons: Skip tests. Date: Tue, 4 Jun 2019 00:02:54 +0200
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 <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018, 2019 Gabriel Hondet <address@hidden>
+;;; Copyright © 2019 Robert Vollmert <address@hidden>
 ;;;
 ;;; 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)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1. Date: Thu, 06 Jun 2019 23:38:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Robert Vollmert <address@hidden> 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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]