]> git.eshelyaron.com Git - emacs.git/commit
Fix ert-tests.el for the new `handler-bind` code
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Dec 2023 05:46:36 +0000 (00:46 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Jan 2024 21:34:13 +0000 (16:34 -0500)
commit25ea99c211ecf91735b44172da19fc53b304c5f4
tree5cabb7778ec6227af07fb45cd792d1d2444a17f5
parentfe0f15dbc962b37d98507a494fd7720bad584a7a
Fix ert-tests.el for the new `handler-bind` code

Now that `ert.el` uses `handler-bind` instead of `debugger`, some
details of the behavior have changed.  More specifically,
three tests are now broken, but these basically tested the failure
of ERT's machinery to record errors when ERT was run within
a `condition-case`.
AFAICT, these tests do not check for a behavior that we want,
so rather than "fix" them, I deleted them (bug#67862).

* test/lisp/emacs-lisp/ert-tests.el (ert-test-error-debug)
(ert-test-fail-debug-with-condition-case): Delete.
(ert-test-should-failure-debugging): Don't use `ert-debug-on-error`.
(ert-test-with-demoted-errors): It now passes.  Bug#11218 is fixed!
test/lisp/emacs-lisp/ert-tests.el