]> granicus.if.org Git - vim/commitdiff
patch 8.0.1070: terminal test is flaky on Mac v8.0.1070
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Sep 2017 20:24:41 +0000 (22:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Sep 2017 20:24:41 +0000 (22:24 +0200)
Problem:    Terminal test is flaky on Mac.
Solution:   Add Test_terminal_noblock() to list of flaky tests.

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

index b1d9d947f70609c7eb1ee056d409adcbf22f0a76..d07710afce903bd8a2e9fab93d2b68194597f754 100644 (file)
@@ -233,6 +233,7 @@ let s:flaky = [
       \ 'Test_quoteplus()',
       \ 'Test_quotestar()',
       \ 'Test_reltime()',
+      \ 'Test_terminal_noblock()',
       \ 'Test_with_partial_callback()',
       \ ]
 
index 094f05f126f53abb5a8cd8fa3ec116fb7d15ada8..8750360c99e80ab277147e1bc99e7d8f6240e09e 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1070,
 /**/
     1069,
 /**/