]> granicus.if.org Git - vim/commitdiff
patch 8.1.2151: state test is a bit flaky v8.1.2151
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Oct 2019 20:26:20 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Oct 2019 20:26:20 +0000 (22:26 +0200)
Problem:    State test is a bit flaky.
Solution:   Add to the list of flaky tests.

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

index e1ea7f1e68abcb72e0326124ee0b76c292bba804..a8eb5e23b0efd733e17cfe7893b001b312f20054 100644 (file)
@@ -341,6 +341,7 @@ let s:flaky_tests = [
       \ 'Test_raw_one_time_callback()',
       \ 'Test_reltime()',
       \ 'Test_server_crash()',
+      \ 'Test_state()',
       \ 'Test_term_mouse_double_click_to_create_tab()',
       \ 'Test_terminal_ansicolors_default()',
       \ 'Test_terminal_ansicolors_func()',
index a8dc70814232a103f130b6c44cc53a5ea5bd49da..c1c3442164c3d746229e6e40a29778332b4d781a 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2151,
 /**/
     2150,
 /**/