Skip to content

Commit 947000d

Browse files
committed
patch 8.0.0011
Problem: On OSX Test_pipe_through_sort_all() sometimes fails. Solution: Add the test to the list of flaky tests.
1 parent 680e015 commit 947000d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ let s:flaky = [
148148
\ 'Test_reltime()',
149149
\ 'Test_nb_basic()',
150150
\ 'Test_communicate()',
151+
\ 'Test_pipe_through_sort_all()'
151152
\ 'Test_pipe_through_sort_some()'
152153
\ ]
153154

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
11,
767769
/**/
768770
10,
769771
/**/

0 commit comments

Comments
 (0)