projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ca4ff
)
Mark test-map-into as unstable
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jan 2022 07:39:48 +0000
(08:39 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jan 2022 07:39:57 +0000
(08:39 +0100)
* test/lisp/emacs-lisp/map-tests.el (test-map-into): Mark as
unstable (bug#46722).
Do not merge to master.
test/lisp/emacs-lisp/map-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/map-tests.el
b/test/lisp/emacs-lisp/map-tests.el
index 314a1c9e302a283739b7d736b98d493e4ff8d6d3..31be0784ecbe5951f0d7ba1290c2d15e4a66bfa8 100644
(file)
--- a/
test/lisp/emacs-lisp/map-tests.el
+++ b/
test/lisp/emacs-lisp/map-tests.el
@@
-422,6
+422,9
@@
Evaluate BODY for each created map."
(should (map-every-p (lambda (k _v) (zerop k)) map))))
(ert-deftest test-map-into ()
+ ;; This test is unstable in Emacs 28, but the problem has been fixed
+ ;; in Emacs 29 (bug#46722).
+ :tags '(:unstable)
(let* ((plist '(a 1 b 2))
(alist '((a . 1) (b . 2)))
(ht (map-into alist 'hash-table))