patch 7.4.2364

Problem:    Sort test sometimes fails.
Solution:   Add it to the list of flaky tests.
This commit is contained in:
Bram Moolenaar
2016-09-11 16:48:50 +02:00
parent cbeab96f87
commit e1c8c7a674
2 changed files with 8 additions and 1 deletions

View File

@ -144,7 +144,12 @@ else
endif
" Names of flaky tests.
let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()']
let s:flaky = [
\ 'Test_reltime()',
\ 'Test_nb_basic()',
\ 'Test_communicate()'
\ 'Test_pipe_through_sort_some()'
\ ]
" 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 */
/**/
2364,
/**/
2363,
/**/