]> granicus.if.org Git - vim/commitdiff
patch 8.1.0966: one terminal test is flaky v8.1.0966
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Feb 2019 17:17:14 +0000 (18:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Feb 2019 17:17:14 +0000 (18:17 +0100)
Problem:    One terminal test is flaky.
Solution:   Add to list of flaky tests.

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

index 383e6270d1c7087927cf5607d0aaec7c59f165de..9108b8e6813883817e591b0b0d42d52d840bb32a 100644 (file)
@@ -307,6 +307,7 @@ let s:flaky_tests = [
       \ 'Test_terminal_ansicolors_func()',
       \ 'Test_terminal_ansicolors_global()',
       \ 'Test_terminal_composing_unicode()',
+      \ 'Test_terminal_does_not_truncate_last_newlines()',
       \ 'Test_terminal_env()',
       \ 'Test_terminal_hide_buffer()',
       \ 'Test_terminal_make_change()',
index 328d65814f7678806162627b9f4d17f2a7c246b0..a732545d2c1529c7cda1402d19f1ddfbfd858744 100644 (file)
@@ -779,6 +779,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    966,
 /**/
     965,
 /**/