Skip to content

Commit

Permalink
patch 8.0.0011
Browse files Browse the repository at this point in the history
Problem:    On OSX Test_pipe_through_sort_all() sometimes fails.
Solution:   Add the test to the list of flaky tests.
  • Loading branch information
brammool committed Sep 25, 2016
1 parent 680e015 commit 947000d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/runtest.vim
Expand Up @@ -148,6 +148,7 @@ let s:flaky = [
\ 'Test_reltime()', \ 'Test_reltime()',
\ 'Test_nb_basic()', \ 'Test_nb_basic()',
\ 'Test_communicate()', \ 'Test_communicate()',
\ 'Test_pipe_through_sort_all()'
\ 'Test_pipe_through_sort_some()' \ 'Test_pipe_through_sort_some()'
\ ] \ ]


Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -764,6 +764,8 @@ static char *(features[]) =


static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
11,
/**/ /**/
10, 10,
/**/ /**/
Expand Down

0 comments on commit 947000d

Please sign in to comment.