From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey39O-00040f-Pk for guix-patches@gnu.org; Mon, 19 Mar 2018 18:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey39K-0006ik-OW for guix-patches@gnu.org; Mon, 19 Mar 2018 18:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34410) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ey39K-0006iS-Kx for guix-patches@gnu.org; Mon, 19 Mar 2018 18:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ey39K-0005QD-CF for guix-patches@gnu.org; Mon, 19 Mar 2018 18:21:02 -0400 Subject: [bug#30845] [PATCH 03/82] gnu: java-eclipse-jetty-security-9.2: Ignore test error. Resent-Message-ID: Date: Mon, 19 Mar 2018 23:20:50 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180319232050.07c72927@alma-ubu> In-Reply-To: <20180318130530.1654-3-julien@lepiller.eu> References: <20180318134211.38163cd6@lepiller.eu> <20180318130530.1654-3-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/7pge2F8t69WTrYuFoPIATqr"; protocol="application/pgp-signature" 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: Julien Lepiller Cc: rekado , 30845@debbugs.gnu.org --Sig_/7pge2F8t69WTrYuFoPIATqr Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 18 Mar 2018 14:05:23 +0100 Julien Lepiller wrote: > * gnu/packages/web.scm (java-eclipse-jetty-security-9.2)[arguments]: > Ignore one failing test. > --- > gnu/packages/web.scm | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm > index ceb7d9b7c..ed4fef740 100644 > --- a/gnu/packages/web.scm > +++ b/gnu/packages/web.scm > @@ -6104,6 +6104,10 @@ infrastructure"))) > (inherit java-eclipse-jetty-security) > (version (package-version java-eclipse-jetty-util-9.2)) > (source (package-source java-eclipse-jetty-util-9.2)) > + (arguments > + `(#:test-exclude > + (list "**/ConstraintTest.*") > + ,@(package-arguments java-eclipse-jetty-security))) > (inputs > `(("util" ,java-eclipse-jetty-util-9.2) > ("http" ,java-eclipse-jetty-http-9.2) Can you fix the test or write a comment on why the test fails? I git-bisected this one and found out: f2785bd657c55cd36f436b1f6ee1af5d72683162 is the first bad commit commit f2785bd657c55cd36f436b1f6ee1af5d72683162 Author: Ricardo Wurmus Date: Sat Mar 10 18:35:31 2018 +0100 gnu: icedtea-8: Build "out" reproducibly. =20 Partially fixes . =20 * gnu/packages/java.scm (icedtea-8)[arguments]: Add phases "patch-keystore" and "strip-jar-timestamps". [source]: Also patch DIST_ID in "configure" script. I'm too tired to look into this now. Maybe Ricardo has an idea on why this one fails? Bj=C3=B6rn --Sig_/7pge2F8t69WTrYuFoPIATqr Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlqwN8IACgkQvyhstlk+X/3nDgCgj4347Vgn76nzZSslqVTtnOAc udsAoLo32PNKsHGI+nP4ltEAERY8PHFk =7cFp -----END PGP SIGNATURE----- --Sig_/7pge2F8t69WTrYuFoPIATqr--