emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7a56e5a: Mark two cconv tests as :unstable


From: Lars Ingebrigtsen
Subject: master 7a56e5a: Mark two cconv tests as :unstable
Date: Thu, 6 Aug 2020 03:10:06 -0400 (EDT)

branch: master
commit 7a56e5a44a390aaa29711d63f125f4b802df07c1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 test/lisp/emacs-lisp/cconv-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/emacs-lisp/cconv-tests.el 
b/test/lisp/emacs-lisp/cconv-tests.el
index 148bcd6..0ea9742 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]