summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-12-20 18:56:19 +0100
committerUlrich Müller <ulm@gentoo.org>2023-12-20 18:56:58 +0100
commitf8cade01d50e92778e4c0b75cd9968bb3a845f83 (patch)
tree0f68536c4362bdb0be76c22fb29c0ed57d864984 /app-editors/emacs/emacs-29.1.9999.ebuild
parentsys-kernel/gentoo-sources: add 6.6.8, removed redundant patch (diff)
downloadgentoo-f8cade01d50e92778e4c0b75cd9968bb3a845f83.tar.gz
gentoo-f8cade01d50e92778e4c0b75cd9968bb3a845f83.tar.bz2
gentoo-f8cade01d50e92778e4c0b75cd9968bb3a845f83.zip
app-editors/emacs: Exclude tests with USE-conditional failures
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-29.1.9999.ebuild')
-rw-r--r--app-editors/emacs/emacs-29.1.9999.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-editors/emacs/emacs-29.1.9999.ebuild b/app-editors/emacs/emacs-29.1.9999.ebuild
index 16fdc3666ccf..3edf4c2cb75b 100644
--- a/app-editors/emacs/emacs-29.1.9999.ebuild
+++ b/app-editors/emacs/emacs-29.1.9999.ebuild
@@ -434,6 +434,13 @@ src_test() {
# internet-is-working
%src/process-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 )
# See test/README for possible options
emake \