From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E8C081582EF for ; Fri, 21 Feb 2025 18:30:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D0301343053 for ; Fri, 21 Feb 2025 18:30:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BEA0C1102A2; Fri, 21 Feb 2025 18:30:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B48B71102A2 for ; Fri, 21 Feb 2025 18:30:01 +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 68461335D7B for ; Fri, 21 Feb 2025 18:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C315F2654 for ; Fri, 21 Feb 2025 18:29:59 +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: <1740162595.d3a8d1428aaec2c814cace8fe4bff5e0d0d8f0ec.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-30.1.9999.ebuild app-editors/emacs/emacs-30.1_rc1.ebuild app-editors/emacs/emacs-31.0.9999.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d3a8d1428aaec2c814cace8fe4bff5e0d0d8f0ec X-VCS-Branch: master Date: Fri, 21 Feb 2025 18:29:59 +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: dbed6d98-5026-4abd-8400-1e0e94c0a5ae X-Archives-Hash: f7d6fa9e6a361018e8dd8da1bc35787a commit: d3a8d1428aaec2c814cace8fe4bff5e0d0d8f0ec Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 21 18:26:49 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 21 18:29:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a8d142 app-editors/emacs: Restore some previously excluded tests Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-30.1.9999.ebuild | 10 ---------- app-editors/emacs/emacs-30.1_rc1.ebuild | 10 ---------- app-editors/emacs/emacs-31.0.9999.ebuild | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/app-editors/emacs/emacs-30.1.9999.ebuild b/app-editors/emacs/emacs-30.1.9999.ebuild index db0b032c1121..e4cdccafda6e 100644 --- a/app-editors/emacs/emacs-30.1.9999.ebuild +++ b/app-editors/emacs/emacs-30.1.9999.ebuild @@ -448,22 +448,12 @@ src_test() { # Reason: tries to access network # internet-is-working %src/process-tests.el - - # Reason: fails with stable version of tree-sitter-json due to - # ast changes. Bug #922525 - %src/treesit-tests.log - - # Reason: test is not skipped if tree-sitter-tsx is not installed - # Bug #922525 - %lisp/progmodes/typescript-ts-mode-tests.el ) use threads || exclude_tests+=( - %lisp/server-tests.el %lisp/progmodes/eglot-tests.el %src/emacs-module-tests.el %src/keyboard-tests.el ) - use xpm || exclude_tests+=( %src/image-tests.el ) # Redirect GnuPG's sockets, in order not to exceed the 108 char limit # for socket paths on Linux. diff --git a/app-editors/emacs/emacs-30.1_rc1.ebuild b/app-editors/emacs/emacs-30.1_rc1.ebuild index db0b032c1121..e4cdccafda6e 100644 --- a/app-editors/emacs/emacs-30.1_rc1.ebuild +++ b/app-editors/emacs/emacs-30.1_rc1.ebuild @@ -448,22 +448,12 @@ src_test() { # Reason: tries to access network # internet-is-working %src/process-tests.el - - # Reason: fails with stable version of tree-sitter-json due to - # ast changes. Bug #922525 - %src/treesit-tests.log - - # Reason: test is not skipped if tree-sitter-tsx is not installed - # Bug #922525 - %lisp/progmodes/typescript-ts-mode-tests.el ) use threads || exclude_tests+=( - %lisp/server-tests.el %lisp/progmodes/eglot-tests.el %src/emacs-module-tests.el %src/keyboard-tests.el ) - use xpm || exclude_tests+=( %src/image-tests.el ) # Redirect GnuPG's sockets, in order not to exceed the 108 char limit # for socket paths on Linux. diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild b/app-editors/emacs/emacs-31.0.9999.ebuild index 5d0ad710cf1f..1843170f7dcc 100644 --- a/app-editors/emacs/emacs-31.0.9999.ebuild +++ b/app-editors/emacs/emacs-31.0.9999.ebuild @@ -448,22 +448,12 @@ src_test() { # Reason: tries to access network # internet-is-working %src/process-tests.el - - # Reason: fails with stable version of tree-sitter-json due to - # ast changes. Bug #922525 - %src/treesit-tests.log - - # Reason: test is not skipped if tree-sitter-tsx is not installed - # Bug #922525 - %lisp/progmodes/typescript-ts-mode-tests.el ) use threads || exclude_tests+=( - %lisp/server-tests.el %lisp/progmodes/eglot-tests.el %src/emacs-module-tests.el %src/keyboard-tests.el ) - use xpm || exclude_tests+=( %src/image-tests.el ) # Redirect GnuPG's sockets, in order not to exceed the 108 char limit # for socket paths on Linux.