We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d67d30 commit 447f6ceCopy full SHA for 447f6ce
2 files changed
src/testdir/runtest.vim
@@ -330,7 +330,7 @@ let s:flaky_tests = [
330
\ ]
331
332
" Pattern indicating a common flaky test failure.
333
-let s:flaky_errors_re = 'StopVimInTerminal'
+let s:flaky_errors_re = 'StopVimInTerminal\|VerifyScreenDump'
334
335
" Locate Test_ functions and execute them.
336
redir @q
src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
792
793
static int included_patches[] =
794
{ /* Add new patch number below this line */
795
+/**/
796
+ 533,
797
/**/
798
532,
799
0 commit comments