changeset 15772:649b81669197 v8.1.0893

patch 8.1.0893: terminal test is a bit flaky commit https://github.com/vim/vim/commit/3615abb693ab2d9374ae72f0993128e32ffa3e1c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 10 23:04:12 2019 +0100 patch 8.1.0893: terminal test is a bit flaky Problem: Terminal test is a bit flaky. Solution: Add test_terminal_no_cmd() to list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Feb 2019 23:15:05 +0100
parents 4bf3e4cd9fdb
children e3c2762bc354
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
@@ -310,6 +310,7 @@ let s:flaky_tests = [
       \ 'Test_terminal_env()',
       \ 'Test_terminal_hide_buffer()',
       \ 'Test_terminal_make_change()',
+      \ 'Test_terminal_no_cmd()',
       \ 'Test_terminal_noblock()',
       \ 'Test_terminal_redir_file()',
       \ 'Test_terminal_response_to_control_sequence()',
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    893,
+/**/
     892,
 /**/
     891,