changeset 18158:ea327d003580 v8.1.2074

patch 8.1.2074: test for SafeState autocommand is a bit flaky Commit: https://github.com/vim/vim/commit/0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 25 21:16:15 2019 +0200 patch 8.1.2074: test for SafeState autocommand is a bit flaky Problem: Test for SafeState autocommand is a bit flaky. Solution: Add to list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 21:30:04 +0200
parents 2b34288a6a1d
children edb8178cb67f
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -307,6 +307,7 @@ endif
 
 " Names of flaky tests.
 let s:flaky_tests = [
+      \ 'Test_autocmd_SafeState()',
       \ 'Test_call()',
       \ 'Test_channel_handler()',
       \ 'Test_client_server()',
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2074,
+/**/
     2073,
 /**/
     2072,