0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.0533: screendump tests can be flaky

Problem:    Screendump tests can be flaky.
Solution:   Add VerifyScreenDump to the pattern of flaky tests.
This commit is contained in:
Bram Moolenaar 2018-11-16 18:50:19 +01:00
parent 2d67d307ee
commit 447f6ce8bd
2 changed files with 3 additions and 1 deletions

View File

@ -330,7 +330,7 @@ let s:flaky_tests = [
\ ] \ ]
" Pattern indicating a common flaky test failure. " 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. " Locate Test_ functions and execute them.
redir @q redir @q

View File

@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
533,
/**/ /**/
532, 532,
/**/ /**/