From: Bram Moolenaar Date: Sun, 11 Sep 2016 14:48:50 +0000 (+0200) Subject: patch 7.4.2364 X-Git-Tag: v7.4.2364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1c8c7a6742be6072290f9aa54ae358060d9c42f;p=vim patch 7.4.2364 Problem: Sort test sometimes fails. Solution: Add it to the list of flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 19f1c5fb1..05a105347 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -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 diff --git a/src/version.c b/src/version.c index 5f1eef54e..103a26f4a 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2364, /**/ 2363, /**/