Commit: patch 9.2.0604: tests: Test_mswin_event_mouse() is still flaky

0 views
Skip to first unread message

Christian Brabandt

unread,
Jun 8, 2026, 3:45:11 PM (9 hours ago) Jun 8
to vim...@googlegroups.com
patch 9.2.0604: tests: Test_mswin_event_mouse() is still flaky

Commit: https://github.com/vim/vim/commit/3cc8c393030d8fdae75bdbb431cca09234a76479
Author: K.Takata <ken...@csc.jp>
Date: Mon Jun 8 19:31:13 2026 +0000

patch 9.2.0604: tests: Test_mswin_event_mouse() is still flaky

Problem: tests: Test_mswin_event_mouse() is still flaky
Solution: Always mark as flaky (Ken Takata)

Test_mswin_event_mouse is also flaky on GUI:
https://github.com/vim/vim-win32-installer/issues/446#issuecomment-4644444408

related: #20331
closes: #20446

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 101051748..1977e3d93 100644
--- a/src/testdir/test_mswin_event.vim
+++ b/src/testdir/test_mswin_event.vim
@@ -704,9 +704,7 @@ func Test_mswin_event_mouse()
CheckMSWindows
new

- if !has('gui_running')
- let g:test_is_flaky = 1
- endif
+ let g:test_is_flaky = 1

set mousemodel=extend
call test_override('no_query_mouse', 1)
diff --git a/src/version.c b/src/version.c
index aae300c55..b5cae5ec4 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 */
+/**/
+ 604,
/**/
603,
/**/
Reply all
Reply to author
Forward
0 new messages