From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37421: [PATCH] gnu: node: Disable tests that fail with openssl@1.1.1d. Date: Mon, 16 Sep 2019 18:09:00 +0200 Message-ID: <87ef0g5ilf.fsf@gnu.org> References: <877e6839f0.fsf@wioo.waw.pl> <20190916135228.22045-1-me@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38970) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9tZk-0003kP-1b for bug-guix@gnu.org; Mon, 16 Sep 2019 12:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9tZi-0002po-NN for bug-guix@gnu.org; Mon, 16 Sep 2019 12:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42073) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9tZi-0002ph-If for bug-guix@gnu.org; Mon, 16 Sep 2019 12:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9tZi-0003hk-Ao for bug-guix@gnu.org; Mon, 16 Sep 2019 12:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:38877) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9tYn-0002TQ-EX for bug-guix@gnu.org; Mon, 16 Sep 2019 12:09:06 -0400 In-Reply-To: <20190916135228.22045-1-me@tobias.gr> (Tobias Geerinckx-Rice via Bug reports for's message of "Mon, 16 Sep 2019 15:52:28 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37421@debbugs.gnu.org Hello, Tobias Geerinckx-Rice via Bug reports for GNU Guix skribis: > Work around . > > * gnu/packages/node.scm (node)[arguments]: Disable failing tests. [...] > + ;; FIXME: These tests fail with openssl@1.1.1d. > + (for-each delete-file > + '("test/parallel/test-crypto-binary-default.js" > + "test/parallel/test-crypto-dh.js")) It may be the best short-term solution. Could we take a look at what these failures are about to see how bad that might be? Thanks, Ludo=E2=80=99.