diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-06 09:09:57 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-06 09:09:57 +0200 |
commit | 7a56e5a44a390aaa29711d63f125f4b802df07c1 (patch) | |
tree | 29ba542aa4783f952237b0c5baf0644ac835bb43 /test/lisp/emacs-lisp/cconv-tests.el | |
parent | 47910420c0fd62976ffa075e35da8a8e3398a836 (diff) | |
download | emacs-7a56e5a44a390aaa29711d63f125f4b802df07c1.tar.gz emacs-7a56e5a44a390aaa29711d63f125f4b802df07c1.tar.bz2 emacs-7a56e5a44a390aaa29711d63f125f4b802df07c1.zip |
Mark two cconv tests as :unstable
* test/lisp/emacs-lisp/cconv-tests.el
(cconv-tests-cl-iter-defun-:documentation): Mark as unstable
(bug#42723).
(cconv-tests-iter-defun-:documentation): Ditto.
Diffstat (limited to 'test/lisp/emacs-lisp/cconv-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/cconv-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/cconv-tests.el b/test/lisp/emacs-lisp/cconv-tests.el index 148bcd69be1..0ea9742be49 100644 --- a/test/lisp/emacs-lisp/cconv-tests.el +++ b/test/lisp/emacs-lisp/cconv-tests.el @@ -82,6 +82,7 @@ (ert-deftest cconv-tests-cl-iter-defun-:documentation () "Docstring for cl-iter-defun can be specified with :documentation." ;; FIXME: See Bug#28557. + :tags '(:unstable) :expected-result :failed (should (string= (documentation 'cconv-tests-cl-iter-defun) "cl-iter-defun documentation")) @@ -94,6 +95,7 @@ (ert-deftest cconv-tests-iter-defun-:documentation () "Docstring for iter-defun can be specified with :documentation." ;; FIXME: See Bug#28557. + :tags '(:unstable) :expected-result :failed (should (string= (documentation 'cconv-tests-iter-defun) "iter-defun documentation")) |