From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbQZ-0002IS-Hr for guix-patches@gnu.org; Tue, 28 May 2019 08:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVbQY-0000QV-Gg for guix-patches@gnu.org; Tue, 28 May 2019 08:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41699) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVbQY-0000QH-EN for guix-patches@gnu.org; Tue, 28 May 2019 08:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVbQY-0004BM-BL for guix-patches@gnu.org; Tue, 28 May 2019 08:42:02 -0400 Subject: [bug#35944] [PATCH] gnu: packages: haskell: happy: Disable tests Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:53940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbPv-0001w8-UN for guix-patches@gnu.org; Tue, 28 May 2019 08:41:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVbPv-0008SQ-0A for guix-patches@gnu.org; Tue, 28 May 2019 08:41:23 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:50472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVbPu-0008RA-QX for guix-patches@gnu.org; Tue, 28 May 2019 08:41:22 -0400 From: Robert Vollmert Date: Tue, 28 May 2019 14:41:01 +0200 Message-Id: <20190528124101.63429-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35944@debbugs.gnu.org Cc: Robert Vollmert Tests fail reliably for me on a system with 2GB of available RAM, in `issue93.a.hs` and `issue93.n.hs`. * gnu/packages/haskell.scm (ghc-happy): Disable tests --- gnu/packages/haskell.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 33c9c6484d..7ef32537c8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1325,6 +1325,8 @@ postfix notation. For more information on stack ba= sed languages, see (base32 "138xpxdb7x62lpmgmb6b3v3vgdqqvqn4273jaap3mjmc2gla709y")))) (build-system haskell-build-system) + (arguments + `(#:tests? #f)) ; Test require excessive amounts of memory (home-page "https://hackage.haskell.org/package/happy") (synopsis "Parser generator for Haskell") (description "Happy is a parser generator for Haskell. Given a gram= mar --=20 2.20.1 (Apple Git-117)