patch 9.1.0571: tests: Test_gui_lowlevel_keyevent is flaky Commit: https://github.com/vim/vim/commit/231bb03946e5cfa5c54967e42c5017b6c83e4ac4 Author: Ken Takata <ken...@csc.jp> Date: Fri Jul 12 07:48:32 2024 +0200
patch 9.1.0571: tests: Test_gui_lowlevel_keyevent is flaky Problem: tests: Test_gui_lowlevel_keyevent is flaky Solution: mark as flaky (Ken Takata) Test_gui_lowlevel_keyevent is failing on vim-win32-installer recently. Mark it as flaky for now. closes: #15223 Signed-off-by: Ken Takata <ken...@csc.jp> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim index d53750f19..eefebff48 100644 --- a/src/testdir/test_gui.vim +++ b/src/testdir/test_gui.vim @@ -1706,6 +1706,7 @@ endfunc func Test_gui_lowlevel_keyevent() CheckMSWindows new + let g:test_is_flaky = 1 " Test for <Ctrl-A> to <Ctrl-Z> keys for kc in range(65, 90) diff --git a/src/version.c b/src/version.c index 2003f5336..194099bbd 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 571, /**/ 570, /**/ -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sS9KA-001IWl-T6%40256bit.org.