Skip to content

Commit e1c8c7a

Browse files
committed
patch 7.4.2364
Problem: Sort test sometimes fails. Solution: Add it to the list of flaky tests.
1 parent cbeab96 commit e1c8c7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/testdir/runtest.vim

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,12 @@ else
144144
endif
145145

146146
" Names of flaky tests.
147-
let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()']
147+
let s:flaky = [
148+
\ 'Test_reltime()',
149+
\ 'Test_nb_basic()',
150+
\ 'Test_communicate()'
151+
\ 'Test_pipe_through_sort_some()'
152+
\ ]
148153

149154
" Locate Test_ functions and execute them.
150155
set nomore

src/version.c

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

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2364,
766768
/**/
767769
2363,
768770
/**/

0 commit comments

Comments
 (0)