]> granicus.if.org Git - vim/commitdiff
patch 8.1.2074: test for SafeState autocommand is a bit flaky v8.1.2074
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2019 19:16:15 +0000 (21:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2019 19:16:15 +0000 (21:16 +0200)
Problem:    Test for SafeState autocommand is a bit flaky.
Solution:   Add to list of flaky tests.

src/testdir/runtest.vim
src/version.c

index d9177e0cc8f011d9274ef158ca4c6caa1a63cbb4..0d53a754ab330ab0a19c3caa2663e3dc639f71b0 100644 (file)
@@ -307,6 +307,7 @@ endif
 
 " Names of flaky tests.
 let s:flaky_tests = [
+      \ 'Test_autocmd_SafeState()',
       \ 'Test_call()',
       \ 'Test_channel_handler()',
       \ 'Test_client_server()',
index 6f8107c4f2c7d3dc4436de8e7bf223cb88623dad..2b1438ced0f5a975e120dc54398c2d574fc87cfe 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2074,
 /**/
     2073,
 /**/