From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faQtD-0003IF-Kw for guix-patches@gnu.org; Tue, 03 Jul 2018 15:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1faQtC-0004Iq-HM for guix-patches@gnu.org; Tue, 03 Jul 2018 15:23:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37776) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1faQtC-0004Im-Df for guix-patches@gnu.org; Tue, 03 Jul 2018 15:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1faQtC-0007Uh-84 for guix-patches@gnu.org; Tue, 03 Jul 2018 15:23:02 -0400 Subject: [bug#32008] [PATCH] gnu: ledger: Skip failing test. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180629170749.4211-1-arunisaac@systemreboot.net> <87r2klejgo.fsf@gnu.org> Date: Tue, 03 Jul 2018 21:22:46 +0200 In-Reply-To: (Arun Isaac's message of "Tue, 03 Jul 2018 14:26:30 +0530") Message-ID: <87r2kkgm49.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: Arun Isaac Cc: 32008@debbugs.gnu.org Arun Isaac skribis: > Ludovic Court=C3=A8s writes: > >> It would be nice to make separate patches for unrelated things (for >> instance invoke and phase returns have nothing to do with skipping the >> test), but otherwise LGTM. > > I bunched these together because the invoke change and home-page change > were fairly minor things. But, if you insist, I'll push these as three > separate commits (one for skipping the test, one for invoke/phase > returns, and one for the home-page change). Honestly it doesn=E2=80=99t matter much here, but what I like about one-patch-for-one-thing is that it makes review and bug hunting (when you later run =E2=80=98git annotate=E2=80=99 to understand what happened) e= asier. >>> + ;; Skip failing tests during the check phase. >>> + #:make-flags (list "ARGS=3D-E BaselineTest_cmd-org") >> >> Do you have more info about the test or an upstream bug report? > > Yes, this is a known upstream bug. It exists even in the latest git > checkout. > > https://github.com/ledger/ledger/issues/550 > > I also posted to this bug report mentioning our problem in GuixSD. I > will leave the URI to this bug report in the comments before > #:make-flags. Perfect. > Shall I push with the above mentioned changes? Sure! Thank you, Ludo=E2=80=99.