]> granicus.if.org Git - vim/commitdiff
patch 8.1.0533: screendump tests can be flaky v8.1.0533
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Nov 2018 17:50:19 +0000 (18:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Nov 2018 17:50:19 +0000 (18:50 +0100)
Problem:    Screendump tests can be flaky.
Solution:   Add VerifyScreenDump to the pattern of flaky tests.

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

index 9ba5d137d3704dc5530b288a88020098f012a605..56bb3d359d354372fa66663a93220375f752ac78 100644 (file)
@@ -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
index f6be0c0f54cd60abd8300732a28d3a3021e8ba69..560abd4f85c9f410af925f24ef886d41451b17cb 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    533,
 /**/
     532,
 /**/