From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id HhZAAQzkll/KOgAA0tVLHw (envelope-from ) for ; Mon, 26 Oct 2020 14:58:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cPxpOAvkll+XfgAAB5/wlQ (envelope-from ) for ; Mon, 26 Oct 2020 14:58:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 712139402A5 for ; Mon, 26 Oct 2020 14:58:19 +0000 (UTC) Received: from localhost ([::1]:34742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kX3ww-0002IZ-EK for larch@yhetil.org; Mon, 26 Oct 2020 10:58:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kX3vj-0001Ff-14 for guix-patches@gnu.org; Mon, 26 Oct 2020 10:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57445) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kX3vi-0003Un-LQ for guix-patches@gnu.org; Mon, 26 Oct 2020 10:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kX3vi-00070V-Le for guix-patches@gnu.org; Mon, 26 Oct 2020 10:57:02 -0400 Subject: bug#43860: [PATCH] gnu: python: Disable failing tests for the Hurd. Resent-From: Jan Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 26 Oct 2020 14:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43860 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke Cc: 43860-done@debbugs.gnu.org Mail-Followup-To: 43860@debbugs.gnu.org, janneke@gnu.org, janneke@gnu.org Received: via spool by 43860-done@debbugs.gnu.org id=D43860.160372416226859 (code D ref 43860); Mon, 26 Oct 2020 14:57:02 +0000 Received: (at 43860-done) by debbugs.gnu.org; 26 Oct 2020 14:56:02 +0000 Received: from localhost ([127.0.0.1]:40757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kX3uk-0006z9-Bk for submit@debbugs.gnu.org; Mon, 26 Oct 2020 10:56:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kX3ui-0006yg-QT for 43860-done@debbugs.gnu.org; Mon, 26 Oct 2020 10:56:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55884) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kX3ud-0003Ly-BN; Mon, 26 Oct 2020 10:55:55 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=38824 helo=dundal.janneke.lilypond.org) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kX3ua-0007FT-UI; Mon, 26 Oct 2020 10:55:54 -0400 From: Jan Nieuwenhuizen References: <875z7l5j3h.fsf@gnu.org> <87mu0prgs5.fsf@gnu.org> Date: Mon, 26 Oct 2020 15:55:49 +0100 In-Reply-To: <87mu0prgs5.fsf@gnu.org> (Marius Bakke's message of "Tue, 13 Oct 2020 22:51:22 +0200") Message-ID: <871rhlqbnu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: XZuJibn725RE Marius Bakke writes: Hello, > Jan Nieuwenhuizen writes: > >> Hi! >> >> This patch disables 27 additional tests for the Hurd, and enabled me to >> build (a copy of) python-minimal natively >> >> --8<---------------cut here---------------start------------->8--- >> /gnu/store/9xm1idqyvyyz6xcqaa20aw2p8ap9zxcj-python-hurd-minimal-3.8.2 >> --8<---------------cut here---------------end--------------->8--- > > Yaay! I thought it would be much worse... :-) Oops, I missed your reply (thanks for sending!) and found it just now as I was about to push another version of this using a blanket #:tests? (not (hurd-target?)) However, your ack+remark inspire me to leave the patch as is. Let's just keep this in mind whenever this starts causing troubles. >> One last thing: pushing this patch rebuilds world for the Hurd; probably >> not the best timing to push today? Ideas? > > It has been a few days, so I guess you can go ahead and push. Hopefully > the build farm catches up quickly for those who haven't gotten around to > try the new Hurd VM yet (like me!). Thanks! Pushed to master as e6320ba20404d4a6d81e42f96c3792b7122871b0. Janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com