guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-haskell-mode: Delete test failing on E


From: guix-commits
Subject: branch master updated: gnu: emacs-haskell-mode: Delete test failing on Emacs 27.1.
Date: Sat, 29 Aug 2020 23:28:46 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d560a2c  gnu: emacs-haskell-mode: Delete test failing on Emacs 27.1.
d560a2c is described below

commit d560a2c781621a8a01bac42d3a508f165547ebde
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sat Aug 29 22:27:09 2020 -0500

    gnu: emacs-haskell-mode: Delete test failing on Emacs 27.1.
    
    *
    gnu/packages/emacs-xyz.scm 
(emacs-haskell-mode)[arguments]<delete-failing-tests>:
    Add "haskell-indent-tests.el" to list of deleted tests as it currently fails
    on Emacs 27.1
    
    https://github.com/haskell/haskell-mode/issues/1714
---
 gnu/packages/emacs-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ff789ff..c6d95d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -959,8 +959,13 @@ replacement.")
            ;; native input.
            (lambda _
              (with-directory-excursion "tests"
+               ;; File `haskell-indent-tests.el' fails with
+               ;; `haskell-indent-put-region-in-literate-2'
+               ;; on Emacs 27.1+
+               ;; XXX: https://github.com/haskell/haskell-mode/issues/1714
                (for-each delete-file
-                         '("haskell-customize-tests.el"
+                         '("haskell-indent-tests.el"
+                           "haskell-customize-tests.el"
                            "inferior-haskell-tests.el")))
              #t))
          (replace 'install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]