commit:     c4a963fcd9939cb26bc9b9a9402ccc32337bccdd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 22:52:01 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug  9 19:34:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a963fc

app-editors/emacs: refresh test skips for 31.0.9999

We skipped mml-secure-select-preferred-keys-4 in the past (still do for
28) but dropped it later as it seemed to be passing again.

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emacs/emacs-31.0.9999.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild 
b/app-editors/emacs/emacs-31.0.9999.ebuild
index 22f13244a2ed..e863f530d13a 100644
--- a/app-editors/emacs/emacs-31.0.9999.ebuild
+++ b/app-editors/emacs/emacs-31.0.9999.ebuild
@@ -427,6 +427,11 @@ src_test() {
        # subtests which caused failure. Elements should begin with a %.
        # e.g. %lisp/gnus/mml-sec-tests.el.
        local exclude_tests=(
+               # Reason: not yet known (we skipped this in the past but finally
+               # dropped it for Emacs 30 as it seemed to be passing again)
+               # mml-secure-select-preferred-keys-4
+               %lisp/gnus/mml-sec-tests.el
+
                # Reason: permission denied on /nonexistent
                # (vc-*-bzr only fails if breezy is installed, as they
                # try to access cache dirs under /nonexistent)
@@ -443,6 +448,14 @@ src_test() {
                %lisp/vc/vc-tests.el
                %lisp/vc/vc-bzr-tests.el
 
+               # Reason: flaky (https://bugs.gnu.org/73441, fails even with 
the fix)
+               # proced-refine-test
+               %lisp/proced-tests.el
+
+               # Reason: flaky (https://bugs.gnu.org/79056)
+               # tab-bar-tests-quit-restore-window
+               %lisp/tab-bar-tests.el
+
                # Reason: tries to access network
                # internet-is-working
                %src/process-tests.el

Reply via email to