aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-19 11:07:56 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-04-19 11:29:35 +0800
commita0d4649c17e0af855494a2a680b9d7a7a4fb5702 (patch)
treeafe2cc6cb404e33daf64c3bb30d1e019246c165e
parent94a7ccea438fc638f4f90589ca1dddc8f9bab103 (diff)
downloadrneovim-a0d4649c17e0af855494a2a680b9d7a7a4fb5702.tar.gz
rneovim-a0d4649c17e0af855494a2a680b9d7a7a4fb5702.tar.bz2
rneovim-a0d4649c17e0af855494a2a680b9d7a7a4fb5702.zip
vim-patch:9.0.1009: test for catch after interrupt is flaky on MS-Windows
Problem: Test for catch after interrupt is flaky on MS-Windows. Solution: Mark the test as flaky. https://github.com/vim/vim/commit/72b5b0d51aa9ddf8d338a5a133a667a3c2392ae1 Co-authored-by: Bram Moolenaar <Bram@vim.org>
-rw-r--r--test/old/testdir/test_vimscript.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/old/testdir/test_vimscript.vim b/test/old/testdir/test_vimscript.vim
index fe6c4c2391..055a2bd2f2 100644
--- a/test/old/testdir/test_vimscript.vim
+++ b/test/old/testdir/test_vimscript.vim
@@ -6024,6 +6024,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