Problem: Test_terminal_aucmd_on_close() is flaky on MS-Windows: the
tests that wait for a terminal window to close use a timeout
shorter than the default, which is not enough when starting a
process is slow. When the wait fails the test aborts with
E121 and leaves an autocommand behind for the following tests.
Test_terminal_unwraps() checks the buffer contents without
waiting for the job to finish.
Solution: Use the default timeout of WaitForAssert(), initialize the
variable checked after the wait, and wait for the buffer to
hold the unwrapped line.
https://github.com/vim/vim/pull/21039
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()