Test_aucmd_win_scroll_multibyte compares the window topline before and after using the autocommand window, which assumes the window geometry doesn't change in between. In the GUI a resize can be processed while the test runs, legitimately changing the topline, which makes the test flaky. It appears to have failed on master, for instance, and it failed on my other recent PR as well #20914.
The solution is to skip this test in the GUI. The logic in plines_win_col being tested isn't GUI specific, so it stays covered by the non-GUI test configurations.
https://github.com/vim/vim/pull/20919
(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.![]()
Dupicate to #20913
—
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.![]()