Leo Butler <leo.but...@umanitoba.ca> writes: >>>>> Leo, could you please take a look? >>>> >>>> An earlier test is creating that *Org Babel Error Output* buffer. >> >> I will try to look into improving the tests so that we can trap the test(s) >> that is(are) creating that error buffer. > > See the attachment. There are four test failures that are currently > untrapped. I also see the `buffer-live-p' bug.
It looks like `buffer-live-p' is not a bug, but rather the result of backtrace being printed upon executing `kill-buffer' in unwind-protect form from the test body: (1) test fails; (2) unwind-protect executes kill-buffer; (3) backtrace is printed with "killed" buffer object. So, the test failure is real. https://orgmode.org/list/94980226-d29a-4969-8640-1143a1979...@bundesbrandschatzamt.de might be related. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>