]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0604: tests: Test_mswin_event_mouse() is still flaky v9.2.0604
authorK.Takata <kentkt@csc.jp>
Mon, 8 Jun 2026 19:31:13 +0000 (19:31 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Jun 2026 19:31:13 +0000 (19:31 +0000)
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 <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_mswin_event.vim
src/version.c

index 101051748e4526d4f3bad898f2fa0e7fb2002b94..1977e3d93f53fdfe959b5b0a2ad2021087106ed3 100644 (file)
@@ -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)
index aae300c55bf956ea4acedda7567e647777ddf2e8..b5cae5ec4ec612b8d931a90fa022ea2ad1fac909 100644 (file)
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    604,
 /**/
     603,
 /**/