From: Bram Moolenaar Date: Mon, 12 Feb 2018 20:31:35 +0000 (+0100) Subject: patch 8.0.1507: timer test is a bit flaky X-Git-Tag: v8.0.1507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbea567d89fdaa08ed987fd80daa53a6ce399d1;p=thirdparty%2Fvim.git patch 8.0.1507: timer test is a bit flaky Problem: Timer test is a bit flaky. Solution: Add it to the list of flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 608fca4660..bbcec3a245 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -258,6 +258,7 @@ let s:flaky = [ \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', + \ 'Test_repeat_three()', \ 'Test_terminal_composing_unicode()', \ 'Test_terminal_noblock()', \ 'Test_terminal_redir_file()', diff --git a/src/version.c b/src/version.c index afe8b24137..212e70a1a6 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1507, /**/ 1506, /**/