From: Bram Moolenaar Date: Fri, 16 Aug 2019 08:51:10 +0000 (+0200) Subject: patch 8.1.1854: now another timer test is flaky X-Git-Tag: v8.1.1854 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=973d5304a44c974e74e43c3790f8919b7d4193b4;p=thirdparty%2Fvim.git patch 8.1.1854: now another timer test is flaky Problem: Now another timer test is flaky. Solution: Add test to list of flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index fe02d889c5..7530bb9d5e 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -336,6 +336,7 @@ let s:flaky_tests = [ \ 'Test_repeat_many()', \ 'Test_repeat_three()', \ 'Test_server_crash()', + \ 'Test_stop_all_in_callback()', \ 'Test_terminal_ansicolors_default()', \ 'Test_terminal_ansicolors_func()', \ 'Test_terminal_ansicolors_global()', diff --git a/src/version.c b/src/version.c index 38290c6b66..e497399d47 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1854, /**/ 1853, /**/