]> granicus.if.org Git - vim/commitdiff
patch 9.0.1009: test for catch after interrupt is flaky on MS-Windows v9.0.1009
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Dec 2022 15:24:20 +0000 (15:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Dec 2022 15:24:20 +0000 (15:24 +0000)
Problem:    Test for catch after interrupt is flaky on MS-Windows.
Solution:   Mark the test as flaky.

src/testdir/test_vimscript.vim
src/version.c

index 5599754c7b1130ff530d18c87618af63ccbe973e..295a03b027663684678d68175ea141611f77ede6 100644 (file)
@@ -6017,6 +6017,9 @@ endfunc
 
 " 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
index ce1aba06d4116cb92e32150cd2775c2396ae4556..b2f1babba8479369190646ddd3343981f1dc23ea 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1009,
 /**/
     1008,
 /**/