Patch 9.0.1009

4 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 5, 2022, 10:24:54 AM12/5/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages