commit:     e67cbb4cb4a87f6d664483d867cb6954ef1dce7a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 19:49:51 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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

Reply via email to