Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Tue, 28 Feb 2023 19:52:17
Message-Id: 1677613919.e67cbb4cb4a87f6d664483d867cb6954ef1dce7a.ulm@gentoo
1 commit: e67cbb4cb4a87f6d664483d867cb6954ef1dce7a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:49:51 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:51:59 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67cbb4c
7
8 app-editors/emacs: Disable tests that fail with USE=jit
9
10 Closes: https://bugs.gentoo.org/874681
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/emacs/emacs-28.3_rc1.ebuild | 11 ++++++++++-
14 1 file changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/app-editors/emacs/emacs-28.3_rc1.ebuild b/app-editors/emacs/emacs-28.3_rc1.ebuild
17 index 2538b120f522..0a3be1463dbd 100644
18 --- a/app-editors/emacs/emacs-28.3_rc1.ebuild
19 +++ b/app-editors/emacs/emacs-28.3_rc1.ebuild
20 @@ -375,8 +375,17 @@ src_test() {
21 # bytecomp-tests--dest-mountpoint
22 %lisp/emacs-lisp/bytecomp-tests.el
23
24 - # Reason: inconsistent years in files
25 + # Reason: inconsistent years in files?
26 + # test-correct-notice
27 + # test-end-chop
28 %lisp/emacs-lisp/copyright-tests.el
29 +
30 + # The following tests fail with USE=jit #874681
31 + # ert-test-record-backtrace
32 + # loadhist-tests-file-dependents
33 + # loadhist-tests-file-provides
34 + %lisp/emacs-lisp/ert-tests.el
35 + %lisp/loadhist-tests.el
36 )
37
38 # See test/README for possible options