diff src/testdir/runtest.vim @ 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 da8a8cdcb8b0
children 52e883259d99
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