]> granicus.if.org Git - vim/commitdiff
patch 7.4.2154 v7.4.2154
authorBram Moolenaar <Bram@vim.org>
Thu, 4 Aug 2016 19:11:32 +0000 (21:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Aug 2016 19:11:32 +0000 (21:11 +0200)
Problem:    Test_communicate() fails sometimes.
Solution:   Add it to the flaky tests.

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

index d7c051680320913eae50e0081cefd7e11f88faa0..8f0c0c3c80c9c4cd85f5aa179c74afbcdd26123d 100644 (file)
@@ -131,7 +131,7 @@ else
 endif
 
 " Names of flaky tests.
-let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
+let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()']
 
 " Locate Test_ functions and execute them.
 set nomore
index 992b374d6211169f6e9a059efe1703ead6f21a96..c99fff65d3523b0e760ca16b392606192bff6515 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2154,
 /**/
     2153,
 /**/