emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7ca9bb7: Skip rather than fail in flymake tests


From: Glenn Morris
Subject: [Emacs-diffs] master 7ca9bb7: Skip rather than fail in flymake tests
Date: Wed, 19 Dec 2018 18:37:18 -0500 (EST)

branch: master
commit 7ca9bb7849c47f061f1e887fe1c2de9960654648
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Skip rather than fail in flymake tests
    
    * test/lisp/progmodes/flymake-tests.el
    (flymake-tests--wait-for-backends): Skip rather than fail if
    backends are slow to respond.  This always seems like a temporary
    system glitch and not something that should be reported as a failure.
---
 test/lisp/progmodes/flymake-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/flymake-tests.el 
b/test/lisp/progmodes/flymake-tests.el
index bba1f12..ef1fd19 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -53,7 +53,7 @@
            while notdone
            unless noninteractive do (read-event "" nil 0.1)
            do (sleep-for (+ 0.5 flymake-no-changes-timeout))
-           finally (when notdone (ert-fail
+           finally (when notdone (ert-skip
                                   (format "Some backends not reporting yet %s"
                                           notdone)))))
 



reply via email to

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