diff options
| author | 2023-02-28 20:49:51 +0100 | |
|---|---|---|
| committer | 2023-02-28 20:51:59 +0100 | |
| commit | e67cbb4cb4a87f6d664483d867cb6954ef1dce7a (patch) | |
| tree | 8f6ff7a093cdf33a8549d35caff0f2d049b680c5 | |
| parent | dev-python/python-slugify: Remove old (diff) | |
| download | gentoo-e67cbb4cb4a87f6d664483d867cb6954ef1dce7a.tar.gz gentoo-e67cbb4cb4a87f6d664483d867cb6954ef1dce7a.tar.bz2 gentoo-e67cbb4cb4a87f6d664483d867cb6954ef1dce7a.zip | |
app-editors/emacs: Disable tests that fail with USE=jit
Closes: https://bugs.gentoo.org/874681
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
| -rw-r--r-- | app-editors/emacs/emacs-28.3_rc1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
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 |
