changeset 15044:f47b5dfe5c6d v8.1.0533

patch 8.1.0533: screendump tests can be flaky commit https://github.com/vim/vim/commit/447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 18:50:19 2018 +0100 patch 8.1.0533: screendump tests can be flaky Problem: Screendump tests can be flaky. Solution: Add VerifyScreenDump to the pattern of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 19:00:05 +0100
parents f07bd0921a81
children ad62eff820ee
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -330,7 +330,7 @@ let s:flaky_tests = [
       \ ]
 
 " Pattern indicating a common flaky test failure.
-let s:flaky_errors_re = 'StopVimInTerminal'
+let s:flaky_errors_re = 'StopVimInTerminal\|VerifyScreenDump'
 
 " Locate Test_ functions and execute them.
 redir @q
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    533,
+/**/
     532,
 /**/
     531,