patch 8.0.1507: timer test is a bit flaky v8.0.1507
authorBram Moolenaar <Bram@vim.org>
Mon, 12 Feb 2018 20:31:35 +0000 (21:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 12 Feb 2018 20:31:35 +0000 (21:31 +0100)
Problem:    Timer test is a bit flaky.
Solution:   Add it to the list of flaky tests.

src/testdir/runtest.vim
src/version.c

index 608fca46603ac5e6823b4df8a618c1963c08181e..bbcec3a245c103a95aaf7300005a6b6ef83c09a1 100644 (file)
@@ -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()',
index afe8b241372b276a5dcce2679622b1d1db6df946..212e70a1a65589f565ec2b3a877757c48daf9cd1 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1507,
 /**/
     1506,
 /**/