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:
parent
877e957798
commit
fe9489233c
@ -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
|
||||
|
@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2154,
|
||||
/**/
|
||||
2153,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user