]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark all autorevert tests as unstable on Cygwin (bug#49665)
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Jul 2021 17:41:57 +0000 (19:41 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Jul 2021 17:41:57 +0000 (19:41 +0200)
* test/lisp/autorevert-tests.el: Mark all tests as unstable on
Cygwin (bug#49665).

test/lisp/autorevert-tests.el

index 3e97e9cfa5bbe1e498ff20fc0be10c1cd2e0cfbf..449dabf9870aa9a2723bfcca2b83d2f224090fce 100644 (file)
@@ -671,6 +671,12 @@ This expects `auto-revert--messages' to be bound by
 (auto-revert--deftest-remote auto-revert-test07-auto-revert-several-buffers
   "Check autorevert for several buffers visiting the same remote file.")
 
+;; Mark all tests as unstable on Cygwin (bug#49665).
+(when (eq system-type 'cygwin)
+  (dolist (test (apropos-internal "^auto-revert" #'ert-test-boundp))
+    (setf (ert-test-tags (ert-get-test test))
+         (cons :unstable (ert-test-tags (ert-get-test test))))))
+
 (defun auto-revert-test-all (&optional interactive)
   "Run all tests for \\[auto-revert]."
   (interactive "p")