guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6457c470a72a824d54b2c3284efb57dae951ced4
Author: Morgan Smith <[email protected]>
AuthorDate: Tue Feb 17 11:09:56 2026 -0500
gnu: emacs: Exclude fewer tests.
* gnu/packages/emacs.scm (%selector): Rename to ...
(%emacs-selector): Remove a few tests that actually pass and exclude the
benchmark test.
(emacs-minimal): Use %emacs-selector instead of %selector.
Change-Id: I0dddd390586be170f24e13ee7873a875fd12d6e2
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 094d9b1e1d..6ad18152eb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -123,20 +123,16 @@
(sort excluded-tests string<?)))
"))"))
-(define %selector
+(define %emacs-selector
(emacs-ert-selector
- '("bytecomp--fun-value-as-head"
+ '("benchmark-tests"
"esh-util-test/path/get-remote"
"esh-var-test/path-var/preserve-across-hosts"
- "ffap-tests--c-path"
- "find-func-tests--locate-macro-generated-symbols"
"grep-tests--rgrep-abbreviate-properties-darwin"
"grep-tests--rgrep-abbreviate-properties-gnu-linux"
"grep-tests--rgrep-abbreviate-properties-windows-nt-dos-semantics"
"grep-tests--rgrep-abbreviate-properties-windows-nt-sh-semantics"
"info-xref-test-makeinfo"
- "man-tests-find-header-file"
- "tab-bar-tests-quit-restore-window"
"tramp-test48-remote-load-path")))
(define %emacs-next-selector
@@ -244,7 +240,7 @@
#:modules (%emacs-modules build-system)
#:configure-flags #~(list "--with-gnutls=no" "--disable-build-details")
#:make-flags
- #~(list (string-append "SELECTOR=" #$%selector)
+ #~(list (string-append "SELECTOR=" #$%emacs-selector)
(let ((release-date "2025-08-14 05:04:03"))
(string-append "RUN_TEMACS= "
#$(this-package-native-input "libfaketime")