0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

patch 7.4.2154

Problem:    Test_communicate() fails sometimes.
Solution:   Add it to the flaky tests.
This commit is contained in:
Bram Moolenaar 2016-08-04 21:11:32 +02:00
parent 877e957798
commit fe9489233c
2 changed files with 3 additions and 1 deletions

View 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

View File

@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2154,
/**/
2153,
/**/