From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqMub-0007ZO-AI for guix-patches@gnu.org; Mon, 26 Feb 2018 12:50:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqMuY-0000Mn-Ld for guix-patches@gnu.org; Mon, 26 Feb 2018 12:50:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqMuY-0000MI-Gx for guix-patches@gnu.org; Mon, 26 Feb 2018 12:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqMuY-0006kJ-4L for guix-patches@gnu.org; Mon, 26 Feb 2018 12:50:02 -0500 Subject: [bug#30601] [PATCH staging] gnu: ninja: Disable tests on armhf. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180225035438.24171-1-mbakke@fastmail.com> Date: Mon, 26 Feb 2018 18:49:49 +0100 In-Reply-To: <20180225035438.24171-1-mbakke@fastmail.com> (Marius Bakke's message of "Sun, 25 Feb 2018 04:54:38 +0100") Message-ID: <87fu5nvdxe.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: Marius Bakke Cc: 30601@debbugs.gnu.org Hi! Marius Bakke skribis: > * gnu/packages/ninja.scm (ninja)[arguments]: Set #:tests? #f on armhf. A= djust > CHECK-PHASE accordingly. > --- > gnu/packages/ninja.scm | 20 +++++++++++++++----- > 1 file changed, 15 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/ninja.scm b/gnu/packages/ninja.scm > index adb236484..cff2ac38b 100644 > --- a/gnu/packages/ninja.scm > +++ b/gnu/packages/ninja.scm > @@ -42,7 +42,15 @@ > (build-system gnu-build-system) > (native-inputs `(("python" ,python-2))) > (arguments > - '(#:phases > + ;; FIXME: On armhf-linux, Subprocess.TestWithLots fails like this: > + ;; *** Failure in src/subprocess_test.cc:241 > + ;; ExitSuccess =3D=3D procs[i]->Finish() > + ;; See . > + ;; Disable for now. Sounds reasonable. Could you also report it upstream? :-) Thanks, Ludo=E2=80=99.