Commit: patch 9.2.0540: tests: Test_mswin_event_mouse is flaky

3 views
Skip to first unread message

Christian Brabandt

unread,
May 26, 2026, 3:00:15 PMMay 26
to vim...@googlegroups.com
patch 9.2.0540: tests: Test_mswin_event_mouse is flaky

Commit: https://github.com/vim/vim/commit/c3e975df47adbd1919f7e2df3cf4f23a7c4126ee
Author: K.Takata <ken...@csc.jp>
Date: Tue May 26 18:46:35 2026 +0000

patch 9.2.0540: tests: Test_mswin_event_mouse is flaky

Problem: tests: Test_mswin_event_mouse is flaky
Solution: Mark as flaky (Ken Takata)

Test_mswin_event_mouse is flaky in console:
https://github.com/vim/vim-win32-installer/issues/446#issuecomment-4538212367

closes: #20331

Signed-off-by: K.Takata <ken...@csc.jp>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_mswin_event.vim b/src/testdir/test_mswin_event.vim
index 96d1247db..101051748 100644
--- a/src/testdir/test_mswin_event.vim
+++ b/src/testdir/test_mswin_event.vim
@@ -704,6 +704,10 @@ func Test_mswin_event_mouse()
CheckMSWindows
new

+ if !has('gui_running')
+ let g:test_is_flaky = 1
+ endif
+
set mousemodel=extend
call test_override('no_query_mouse', 1)
call WaitForResponses()
diff --git a/src/version.c b/src/version.c
index 3be49ccbc..bee5c589c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 540,
/**/
539,
/**/
Reply all
Reply to author
Forward
0 new messages