From: Dmitry Gutov Date: Tue, 30 Jul 2019 13:56:43 +0000 (+0300) Subject: ; Re-enable all Flymake tests on Hydra X-Git-Tag: emacs-27.0.90~1817^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fe88791df32f083ae329a0f4415fc29b599e9c5;p=emacs.git ; Re-enable all Flymake tests on Hydra To see if the recent improvements fixed something --- diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 224c57e78a8..f1d8b3a423e 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el @@ -111,7 +111,6 @@ SEVERITY-PREDICATE is used to setup (ert-deftest perl-backend () "Test the perl backend" (skip-unless (executable-find "perl")) - (skip-unless (not (getenv "EMACS_HYDRA_CI"))) (flymake-tests--with-flymake ("test.pl") (flymake-goto-next-error) (should (eq 'flymake-warning (face-at-point))) @@ -123,7 +122,6 @@ SEVERITY-PREDICATE is used to setup (ert-deftest ruby-backend () "Test the ruby backend" (skip-unless (executable-find "ruby")) - (skip-unless (not (getenv "EMACS_HYDRA_CI"))) ;; Some versions of ruby fail if HOME doesn't exist (bug#29187). (let* ((tempdir (make-temp-file "flymake-tests-ruby" t)) (process-environment (cons (format "HOME=%s" tempdir) @@ -169,7 +167,6 @@ SEVERITY-PREDICATE is used to setup (ert-deftest included-c-header-files () "Test inclusion of .h header files." (skip-unless (and (executable-find "gcc") (executable-find "make"))) - (skip-unless (not (getenv "EMACS_HYDRA_CI"))) (let ((flymake-wrap-around nil)) (flymake-tests--with-flymake ("some-problems.h") @@ -295,7 +292,6 @@ SEVERITY-PREDICATE is used to setup (ert-deftest recurrent-backend () "Test a backend that calls REPORT-FN multiple times" - (skip-unless (not (getenv "EMACS_HYDRA_CI"))) (with-temp-buffer (let (tick) (cl-letf