]> granicus.if.org Git - vim/commitdiff
patch 8.1.0893: terminal test is a bit flaky v8.1.0893
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 22:04:12 +0000 (23:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 22:04:12 +0000 (23:04 +0100)
Problem:    Terminal test is a bit flaky.
Solution:   Add test_terminal_no_cmd() to list of flaky tests.

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

index 3f49ccb1cb51d08fb611a87e633dbc126360c50d..383e6270d1c7087927cf5607d0aaec7c59f165de 100644 (file)
@@ -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()',
index 3305e22d2efb5deca03a7d3ca6632fec8ebbe3e5..b86e5c877529617ea80d384043103e9a300b59b8 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    893,
 /**/
     892,
 /**/