guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit e1f91e586c1ca584339b79587b05cdc3fba479a1
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
 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 1ee611ee05..0b91c02e36 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14872,8 +14872,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"))))

Reply via email to