From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6816158015 for ; Wed, 20 Dec 2023 09:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D72E2BC022; Wed, 20 Dec 2023 09:22:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA02F2BC022 for ; Wed, 20 Dec 2023 09:22:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE9EA33BE26 for ; Wed, 20 Dec 2023 09:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63D6E131D for ; Wed, 20 Dec 2023 09:22:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1703064102.1e0c32ccecf458c16549a125e490d87a74cf04c0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-29.1-r5.ebuild app-editors/emacs/emacs-29.1-r6.ebuild app-editors/emacs/emacs-29.1.90.ebuild app-editors/emacs/emacs-29.1.9999.ebuild app-editors/emacs/emacs-30.0.9999.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1e0c32ccecf458c16549a125e490d87a74cf04c0 X-VCS-Branch: master Date: Wed, 20 Dec 2023 09:22:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b25bc3f-7758-439e-bdd7-0601c8a7c60e X-Archives-Hash: 635df371d2f844804054ebd06bff2b7b commit: 1e0c32ccecf458c16549a125e490d87a74cf04c0 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 20 09:18:00 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 20 09:21:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0c32cc app-editors/emacs: Disable src/process-tests.el tests Closes: https://bugs.gentoo.org/920347 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-29.1-r5.ebuild | 4 ++++ app-editors/emacs/emacs-29.1-r6.ebuild | 4 ++++ app-editors/emacs/emacs-29.1.90.ebuild | 4 ++++ app-editors/emacs/emacs-29.1.9999.ebuild | 4 ++++ app-editors/emacs/emacs-30.0.9999.ebuild | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/app-editors/emacs/emacs-29.1-r5.ebuild b/app-editors/emacs/emacs-29.1-r5.ebuild index 4b2d050109b1..aedd58046057 100644 --- a/app-editors/emacs/emacs-29.1-r5.ebuild +++ b/app-editors/emacs/emacs-29.1-r5.ebuild @@ -432,6 +432,10 @@ src_test() { # # bytecomp-tests--dest-mountpoint %lisp/emacs-lisp/bytecomp-tests.el + + # Reason: tries to access network + # internet-is-working + %src/process-tests.el ) # See test/README for possible options diff --git a/app-editors/emacs/emacs-29.1-r6.ebuild b/app-editors/emacs/emacs-29.1-r6.ebuild index 530bf23e5be8..b115b11327ef 100644 --- a/app-editors/emacs/emacs-29.1-r6.ebuild +++ b/app-editors/emacs/emacs-29.1-r6.ebuild @@ -432,6 +432,10 @@ src_test() { # # bytecomp-tests--dest-mountpoint %lisp/emacs-lisp/bytecomp-tests.el + + # Reason: tries to access network + # internet-is-working + %src/process-tests.el ) # See test/README for possible options diff --git a/app-editors/emacs/emacs-29.1.90.ebuild b/app-editors/emacs/emacs-29.1.90.ebuild index 350b224b93a8..16fdc3666ccf 100644 --- a/app-editors/emacs/emacs-29.1.90.ebuild +++ b/app-editors/emacs/emacs-29.1.90.ebuild @@ -429,6 +429,10 @@ src_test() { # # bytecomp-tests--dest-mountpoint %lisp/emacs-lisp/bytecomp-tests.el + + # Reason: tries to access network + # internet-is-working + %src/process-tests.el ) # See test/README for possible options diff --git a/app-editors/emacs/emacs-29.1.9999.ebuild b/app-editors/emacs/emacs-29.1.9999.ebuild index 350b224b93a8..16fdc3666ccf 100644 --- a/app-editors/emacs/emacs-29.1.9999.ebuild +++ b/app-editors/emacs/emacs-29.1.9999.ebuild @@ -429,6 +429,10 @@ src_test() { # # bytecomp-tests--dest-mountpoint %lisp/emacs-lisp/bytecomp-tests.el + + # Reason: tries to access network + # internet-is-working + %src/process-tests.el ) # See test/README for possible options diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild b/app-editors/emacs/emacs-30.0.9999.ebuild index a157e4eceac9..cf6e57c29893 100644 --- a/app-editors/emacs/emacs-30.0.9999.ebuild +++ b/app-editors/emacs/emacs-30.0.9999.ebuild @@ -431,6 +431,10 @@ src_test() { # # bytecomp-tests--dest-mountpoint %lisp/emacs-lisp/bytecomp-tests.el + + # Reason: tries to access network + # internet-is-working + %src/process-tests.el ) # See test/README for possible options