changeset 13266:d73ebdbd8e35 v8.0.1507

patch 8.0.1507: timer test is a bit flaky commit https://github.com/vim/vim/commit/bfbea567d89fdaa08ed987fd80daa53a6ce399d1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 12 21:31:35 2018 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Feb 2018 21:45:05 +0100
parents 8aa94e1c561a
children 707a355e635a
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()',
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1507,
+/**/
     1506,
 /**/
     1505,