]> git.eshelyaron.com Git - emacs.git/commit
Fix recently uncovered 'make check' failures
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 23 Jan 2021 23:31:13 +0000 (23:31 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 23 Jan 2021 23:38:19 +0000 (23:38 +0000)
commite1902ac6182b156efaaf93013a707abb4b627765
tree5a1a36dd1dd426a2bbbe4d4f81ed10b03403fdaa
parent7cc970e7e3939672ec8ae490fff8300395e16b76
Fix recently uncovered 'make check' failures

For discussion, see the following thread:
https://lists.gnu.org/r/emacs-devel/2021-01/msg01111.html

* test/lisp/autorevert-tests.el
(auto-revert-test07-auto-revert-several-buffers):
* test/lisp/emacs-lisp/seq-tests.el (test-seq-do-indexed)
(test-seq-random-elt-take-all): Fix errors from using add-to-list on
lexical variables.
* test/lisp/emacs-lisp/cl-lib-tests.el
(cl-lib-defstruct-record): Expect test to succeed when byte-compiled
following change of 2021-01-23 'Fix missing file&line info in
"Unknown defun property" warnings'.
(cl-lib-tests--dummy-function): Remove; no longer needed.
(old-struct): Silence byte-compiler warning about unused lexical
variable.
test/lisp/autorevert-tests.el
test/lisp/emacs-lisp/cl-lib-tests.el
test/lisp/emacs-lisp/seq-tests.el