Re: Test failure from commit 293eaf323a0e23184f86d55433c2805bc7501dc8
Juri Linkov <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Organization | LINKOV.NET |
| Message-ID | <[email protected]> |
>> Commit 293eaf323a0e23184f86d55433c2805bc7501dc8 introduces the following >> test failure: >> >> FAILED tab-bar-tests-quit-restore-window > > Juri, can you help with this? I don't grok the failure message. This test created the first frame F1 on initial_terminal whereas a new frame F2 was created on #<terminal 1 on /dev/tty>. So I fixed this test on the release branch to delete the initial frame, and always create more frames on the same terminal.