From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hX3Yj-0006Mj-Sc for guix-patches@gnu.org; Sat, 01 Jun 2019 08:56:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hX3YH-0001gX-Ts for guix-patches@gnu.org; Sat, 01 Jun 2019 08:56:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52145) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hX3YH-0001gL-Po for guix-patches@gnu.org; Sat, 01 Jun 2019 08:56:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hX3YH-0005O7-OM for guix-patches@gnu.org; Sat, 01 Jun 2019 08:56:01 -0400 Subject: [bug#35944] [PATCH] gnu: packages: haskell: happy: Disable tests Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190528124101.63429-1-rob@vllmrt.net> Date: Sat, 01 Jun 2019 14:55:15 +0200 In-Reply-To: <20190528124101.63429-1-rob@vllmrt.net> (Robert Vollmert's message of "Tue, 28 May 2019 14:41:01 +0200") Message-ID: <87ftoth3d8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Robert Vollmert Cc: 35944@debbugs.gnu.org Robert Vollmert skribis: > Tests fail reliably for me on a system with 2GB of available RAM, in > `issue93.a.hs` and `issue93.n.hs`. They fail because they run out of memory? What would it take to skip just these two tests instead of skipping all the tests? Thanks, Ludo=E2=80=99.