emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ce9490c: * test/lisp/progmodes/flymake-tests.el (di


From: Glenn Morris
Subject: [Emacs-diffs] master ce9490c: * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Date: Wed, 3 Apr 2019 15:21:36 -0400 (EDT)

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

    * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
    Expect failure on hydra.nixos.
---
 test/lisp/progmodes/flymake-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/progmodes/flymake-tests.el 
b/test/lisp/progmodes/flymake-tests.el
index 629cdf9..7321934 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -142,6 +142,8 @@ SEVERITY-PREDICATE is used to setup
 
 (ert-deftest different-diagnostic-types ()
   "Test GCC warning via function predicate."
+  ;; http://lists.gnu.org/archive/html/emacs-devel/2019-03/msg01043.html
+  :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed)
   (skip-unless (and (executable-find "gcc")
                     (version<=
                      "5" (string-trim



reply via email to

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