]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace (skip-unless nil) by tag :unstable in test packages
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 13 Apr 2019 08:58:17 +0000 (10:58 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 13 Apr 2019 08:58:17 +0000 (10:58 +0200)
* test/lisp/filenotify-tests.el (file-notify--deftest-remote):
Use tag :unstable if SKIP is non-nil.

* test/lisp/net/tramp-tests.el (tramp-test36-vc-registered):
Use ert-skip instead of (skip-unless nil).

* test/lisp/progmodes/python-tests.el
(python-tests--python-nav-end-of-statement--infloop): Use tag
:unstable instead of (skip-unless nil).

test/lisp/filenotify-tests.el
test/lisp/net/tramp-tests.el
test/lisp/progmodes/python-tests.el

index 50036209b0fbf53593b9ec7d0e9650066aec4ca1..bf13fc1e857d845c3d04ae4bc702e3ffad8ec421 100644 (file)
@@ -266,9 +266,8 @@ This returns only for the local case and gfilenotify; otherwise it is nil.
   (declare (indent 1))
   `(ert-deftest ,(intern (concat (symbol-name test) "-remote")) ()
      ,docstring
-     :tags '(:expensive-test)
      :expected-result (or ,expected :passed)
-     (skip-unless (not ,skip))
+     :tags ,(if skip '(:expensive-test :unstable) '(:expensive-test))
      (let* ((temporary-file-directory
             file-notify-test-remote-temporary-file-directory)
            (ert-test (ert-get-test ',test))
index 5a9541db8fb365445778839cf5bec71f9cda553a..cc3200be948845345b78afe2a75b97ca93c0ed29 100644 (file)
@@ -4579,7 +4579,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
              ;; skip the test then.
              (condition-case nil
                  (vc-create-repo (car vc-handled-backends))
-               (error (skip-unless nil)))
+               (error (ert-skip "`vc-create-repo' not supported")))
              ;; The structure of VC-FILESET is not documented.  Let's
              ;; hope it won't change.
              (condition-case nil
index 999cf8dc7a3a65a950f40d957c309aabe60df362..b940f45bb90f309683c43c01fb519c2dfe9baab1 100644 (file)
@@ -5350,7 +5350,7 @@ buffer with overlapping strings."
   ;; The description of the problem it's trying to catch is not clear enough
   ;; to be able to see if the underlying problem is really fixed, sadly.
   ;; E.g. I don't know what is meant by "overlap", really.
-  (skip-unless nil)
+  :tags '(:unstable)
   (python-tests-with-temp-buffer "''' '\n''' ' '\n"
     (syntax-propertize (point-max))
     ;; Create a situation where strings nominally overlap.  This