ieure pushed a commit to branch emacs-team in repository guix. commit e1b23c065a7b5728292041aefa52d4fdf9b33a31 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun May 18 10:16:01 2025 +0200
gnu: emacs-realgud: Delete failing tests. * gnu/packages/emacs-xyz.scm (emacs-realgud) [arguments]<phases>: Rename phase 'remove-realgud-pkg.el to 'patch-more-el-files. In this phase, delete the file test/test-regexp-perldb.el. Signed-off-by: Ian Eure <i...@retrospec.tv> --- gnu/packages/emacs-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e7f2582a65..fdd38b18ff 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14674,8 +14674,11 @@ text excepting lines containing matches.") (add-after 'fix-autogen-script 'set-home (lambda _ (setenv "HOME" (getenv "TMPDIR")))) - (add-before 'patch-el-files 'remove-realgud-pkg.el + (add-before 'patch-el-files 'patch-more-el-files (lambda _ + ;; XXX: Some tests/assumptions in this file are + ;; not valid on Emacs@30. + (delete-file "test/test-regexp-perldb.el") ;; FIXME: `patch-el-files' crashes on this file with error: ;; unable to locate "bashdb". (delete-file "./test/test-regexp-bashdb.el"))))