]> granicus.if.org Git - vim/commitdiff
patch 8.1.1854: now another timer test is flaky v8.1.1854
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 08:51:10 +0000 (10:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 08:51:10 +0000 (10:51 +0200)
Problem:    Now another timer test is flaky.
Solution:   Add test to list of flaky tests.

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

index fe02d889c5ce9d9f64731078e1e515ea72f3e231..7530bb9d5ebd160fdf0269f8e57203e272816d8a 100644 (file)
@@ -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()',
index 38290c6b66658fff4d465ec42470bff217ae82e4..e497399d47f80d1f96d018601461c3bd85d13a03 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1854,
 /**/
     1853,
 /**/