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:
parent
2d67d307ee
commit
447f6ce8bd
@ -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
|
||||
|
@ -792,6 +792,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
533,
|
||||
/**/
|
||||
532,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user