summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2026-02-17 11:09:56 -0500
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-03-01 17:38:54 +0100
commit6457c470a72a824d54b2c3284efb57dae951ced4 (patch)
treebb19e9ddb00494aee38a2f490130a30b7f35ee35 /gnu
parent18b388975b34bcea20bd68db43efa28d6081c701 (diff)
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs.scm10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 094d9b1e1d5..6ad18152ebf 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")