emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 6d1025f: Mark different-diagnostic-types as failed


From: Michael Albinus
Subject: [Emacs-diffs] master 6d1025f: Mark different-diagnostic-types as failed on emba.
Date: Sat, 20 Apr 2019 15:16:13 -0400 (EDT)

branch: master
commit 6d1025f944128391a27b388d4cb34d187a0a26b9
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Mark different-diagnostic-types as failed on emba.
    
    * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
    Expect also failure on emba.gnu.org.
---
 test/lisp/progmodes/flymake-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/flymake-tests.el 
b/test/lisp/progmodes/flymake-tests.el
index 7321934..c116862 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -143,7 +143,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)
+  :expected-result (if (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_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]