patch 9.2.0604: tests: Test_mswin_event_mouse() is still flaky
Commit:
https://github.com/vim/vim/commit/3cc8c393030d8fdae75bdbb431cca09234a76479
Author: K.Takata <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wWfuB-0050di-GW%40256bit.org.