# HG changeset patch # User Bram Moolenaar # Date 1569439804 -7200 # Node ID ea327d0035802b8c46210b0d492f6d57261f3fb9 # Parent 2b34288a6a1d5a37b658d906811e56ac323b2c62 patch 8.1.2074: test for SafeState autocommand is a bit flaky Commit: https://github.com/vim/vim/commit/0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6 Author: Bram Moolenaar 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. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- 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()', diff --git a/src/version.c b/src/version.c --- 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,