diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-04-19 12:06:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 12:06:45 +0800 |
| commit | c218109744e5aec702b10d4a8bf233b758dacc79 (patch) | |
| tree | 91b3cff369f70f248bb06a15b6d32db77006391b /test/old/testdir/test_vimscript.vim | |
| parent | dd8781128f4b93d402bab281d11b85f2c45b987e (diff) | |
| parent | 1c12f844ad6db504e1435b5e4b633eb87b932180 (diff) | |
| download | rneovim-c218109744e5aec702b10d4a8bf233b758dacc79.tar.gz rneovim-c218109744e5aec702b10d4a8bf233b758dacc79.tar.bz2 rneovim-c218109744e5aec702b10d4a8bf233b758dacc79.zip | |
Merge pull request #23191 from zeertzjq/vim-9.0.1007
vim-patch:9.0.{0369,0372,0426,0514,0545,0560,0561,1005,1007,1008,1009,1010,1012,1020,1021,1034}
Diffstat (limited to 'test/old/testdir/test_vimscript.vim')
| -rw-r--r-- | test/old/testdir/test_vimscript.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/old/testdir/test_vimscript.vim b/test/old/testdir/test_vimscript.vim index 81ccee9f13..055a2bd2f2 100644 --- a/test/old/testdir/test_vimscript.vim +++ b/test/old/testdir/test_vimscript.vim @@ -5983,6 +5983,9 @@ endfunc " interrupt right before a catch is invoked in a script func Test_ignore_catch_after_intr_1() + " for unknown reasons this test sometimes fails on MS-Windows. + let g:test_is_flaky = 1 + XpathINIT let lines =<< trim [CODE] try @@ -6021,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 |