changeset 18313:d2fd32a43621 v8.1.2151

patch 8.1.2151: state test is a bit flaky Commit: https://github.com/vim/vim/commit/3c8cd4a1dcbc34d8818a2a38b1d1e4755da9edc2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 14 22:26:20 2019 +0200 patch 8.1.2151: state test is a bit flaky Problem: State test is a bit flaky. Solution: Add to the list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Oct 2019 22:30:04 +0200
parents 46b7d4f15214
children 27e0efc17757
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
@@ -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()',
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2151,
+/**/
     2150,
 /**/
     2149,