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 4D840158030 for ; Tue, 28 Feb 2023 19:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 467BFE070D; Tue, 28 Feb 2023 19:52:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3190AE070D for ; Tue, 28 Feb 2023 19:52:16 +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 4E1D4340D32 for ; Tue, 28 Feb 2023 19:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A537D7F9 for ; Tue, 28 Feb 2023 19:52:13 +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: <1677613919.e67cbb4cb4a87f6d664483d867cb6954ef1dce7a.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-28.3_rc1.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e67cbb4cb4a87f6d664483d867cb6954ef1dce7a X-VCS-Branch: master Date: Tue, 28 Feb 2023 19:52:13 +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: b2b8d4e6-6862-4f34-95a5-0a456e9dfb42 X-Archives-Hash: d1e8fb6fc9b6f8b8159261807d92828e commit: e67cbb4cb4a87f6d664483d867cb6954ef1dce7a Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 28 19:49:51 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 28 19:51:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67cbb4c app-editors/emacs: Disable tests that fail with USE=jit Closes: https://bugs.gentoo.org/874681 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-28.3_rc1.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-28.3_rc1.ebuild b/app-editors/emacs/emacs-28.3_rc1.ebuild index 2538b120f522..0a3be1463dbd 100644 --- a/app-editors/emacs/emacs-28.3_rc1.ebuild +++ b/app-editors/emacs/emacs-28.3_rc1.ebuild @@ -375,8 +375,17 @@ src_test() { # bytecomp-tests--dest-mountpoint %lisp/emacs-lisp/bytecomp-tests.el - # Reason: inconsistent years in files + # Reason: inconsistent years in files? + # test-correct-notice + # test-end-chop %lisp/emacs-lisp/copyright-tests.el + + # The following tests fail with USE=jit #874681 + # ert-test-record-backtrace + # loadhist-tests-file-dependents + # loadhist-tests-file-provides + %lisp/emacs-lisp/ert-tests.el + %lisp/loadhist-tests.el ) # See test/README for possible options