Patch 9.0.1009
Problem: Test for catch after interrupt is flaky on MS-Windows.
Solution: Mark the test as flaky.
Files: src/testdir/test_vimscript.vim
*** ../vim-9.0.1008/src/testdir/test_vimscript.vim 2022-12-05
15:01:01.281845698 +0000
--- src/testdir/test_vimscript.vim 2022-12-05 15:22:45.828267666 +0000
***************
*** 6017,6022 ****
--- 6017,6025 ----
" interrupt right before a catch is invoked inside a function.
func Test_ignore_catch_after_intr_2()
+ " for unknown reasons this test sometimes fails on MS-Windows.
+ let g:test_is_flaky = 1
+
XpathINIT
func F()
try
*** ../vim-9.0.1008/src/version.c 2022-12-05 15:01:01.281845698 +0000
--- src/version.c 2022-12-05 15:23:45.172459748 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1009,
/**/
--
You are Dead. Do you wish to restart, load, or quit?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/20221205152446.A809D1C1D84%40moolenaar.net.