From: Bram Moolenaar Date: Fri, 16 Nov 2018 17:50:19 +0000 (+0100) Subject: patch 8.1.0533: screendump tests can be flaky X-Git-Tag: v8.1.0533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed;p=vim patch 8.1.0533: screendump tests can be flaky Problem: Screendump tests can be flaky. Solution: Add VerifyScreenDump to the pattern of flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 9ba5d137d..56bb3d359 100644 --- 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 diff --git a/src/version.c b/src/version.c index f6be0c0f5..560abd4f8 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 533, /**/ 532, /**/