commit: d3a8d1428aaec2c814cace8fe4bff5e0d0d8f0ec
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 18:26:49 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 18:29:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a8d142
app-editors/emacs: Restore some previously excluded tests
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/emacs/emacs-30.1.9999.ebuild | 10 ----------
app-editors/emacs/emacs-30.1_rc1.ebuild | 10 ----------
app-editors/emacs/emacs-31.0.9999.ebuild | 10 ----------
3 files changed, 30 deletions(-)
diff --git a/app-editors/emacs/emacs-30.1.9999.ebuild
b/app-editors/emacs/emacs-30.1.9999.ebuild
index db0b032c1121..e4cdccafda6e 100644
--- a/app-editors/emacs/emacs-30.1.9999.ebuild
+++ b/app-editors/emacs/emacs-30.1.9999.ebuild
@@ -448,22 +448,12 @@ src_test() {
# Reason: tries to access network
# internet-is-working
%src/process-tests.el
-
- # Reason: fails with stable version of tree-sitter-json due to
- # ast changes. Bug #922525
- %src/treesit-tests.log
-
- # Reason: test is not skipped if tree-sitter-tsx is not
installed
- # Bug #922525
- %lisp/progmodes/typescript-ts-mode-tests.el
)
use threads || exclude_tests+=(
- %lisp/server-tests.el
%lisp/progmodes/eglot-tests.el
%src/emacs-module-tests.el
%src/keyboard-tests.el
)
- use xpm || exclude_tests+=( %src/image-tests.el )
# Redirect GnuPG's sockets, in order not to exceed the 108 char limit
# for socket paths on Linux.
diff --git a/app-editors/emacs/emacs-30.1_rc1.ebuild
b/app-editors/emacs/emacs-30.1_rc1.ebuild
index db0b032c1121..e4cdccafda6e 100644
--- a/app-editors/emacs/emacs-30.1_rc1.ebuild
+++ b/app-editors/emacs/emacs-30.1_rc1.ebuild
@@ -448,22 +448,12 @@ src_test() {
# Reason: tries to access network
# internet-is-working
%src/process-tests.el
-
- # Reason: fails with stable version of tree-sitter-json due to
- # ast changes. Bug #922525
- %src/treesit-tests.log
-
- # Reason: test is not skipped if tree-sitter-tsx is not
installed
- # Bug #922525
- %lisp/progmodes/typescript-ts-mode-tests.el
)
use threads || exclude_tests+=(
- %lisp/server-tests.el
%lisp/progmodes/eglot-tests.el
%src/emacs-module-tests.el
%src/keyboard-tests.el
)
- use xpm || exclude_tests+=( %src/image-tests.el )
# Redirect GnuPG's sockets, in order not to exceed the 108 char limit
# for socket paths on Linux.
diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild
b/app-editors/emacs/emacs-31.0.9999.ebuild
index 5d0ad710cf1f..1843170f7dcc 100644
--- a/app-editors/emacs/emacs-31.0.9999.ebuild
+++ b/app-editors/emacs/emacs-31.0.9999.ebuild
@@ -448,22 +448,12 @@ src_test() {
# Reason: tries to access network
# internet-is-working
%src/process-tests.el
-
- # Reason: fails with stable version of tree-sitter-json due to
- # ast changes. Bug #922525
- %src/treesit-tests.log
-
- # Reason: test is not skipped if tree-sitter-tsx is not
installed
- # Bug #922525
- %lisp/progmodes/typescript-ts-mode-tests.el
)
use threads || exclude_tests+=(
- %lisp/server-tests.el
%lisp/progmodes/eglot-tests.el
%src/emacs-module-tests.el
%src/keyboard-tests.el
)
- use xpm || exclude_tests+=( %src/image-tests.el )
# Redirect GnuPG's sockets, in order not to exceed the 108 char limit
# for socket paths on Linux.