From 6d1025f944128391a27b388d4cb34d187a0a26b9 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 20 Apr 2019 21:16:05 +0200 Subject: [PATCH] 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 732193476dd..c116862432e 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 -- 2.39.2