1
0
forked from aniani/vim

patch 8.0.0011

Problem:    On OSX Test_pipe_through_sort_all() sometimes fails.
Solution:   Add the test to the list of flaky tests.
This commit is contained in:
Bram Moolenaar
2016-09-25 21:03:02 +02:00
parent 680e015bfe
commit 947000d6e4
2 changed files with 3 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ let s:flaky = [
\ 'Test_reltime()',
\ 'Test_nb_basic()',
\ 'Test_communicate()',
\ 'Test_pipe_through_sort_all()'
\ 'Test_pipe_through_sort_some()'
\ ]

View File

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