Skip to content

Commit 447f6ce

Browse files
committed
patch 8.1.0533: screendump tests can be flaky
Problem: Screendump tests can be flaky. Solution: Add VerifyScreenDump to the pattern of flaky tests.
1 parent 2d67d30 commit 447f6ce

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ let s:flaky_tests = [
330330
\ ]
331331

332332
" Pattern indicating a common flaky test failure.
333-
let s:flaky_errors_re = 'StopVimInTerminal'
333+
let s:flaky_errors_re = 'StopVimInTerminal\|VerifyScreenDump'
334334

335335
" Locate Test_ functions and execute them.
336336
redir @q

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,8 @@ static char *(features[]) =
792792

793793
static int included_patches[] =
794794
{ /* Add new patch number below this line */
795+
/**/
796+
533,
795797
/**/
796798
532,
797799
/**/

0 commit comments

Comments
 (0)