tags 17851 patch quit Glenn Morris writes: > The following tests fail when run from a compiled file ert-tests.elc: > > ert-test-record-backtrace > ert-test-should-failure-debugging > > This was never apparent before because even though the files in > test/automated were compiled, the tests were always run from the > uncompiled file. > > I'll simply add no-byte-compile to this file for now. First one is an overly implementation specific test, second seems to be a bug in the `should' macro. Here's a patch to fix both (and also another nearby test that was too implementation specific):