From 71018924fc80c1b29985398817caaf1ea12c6296 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 7 Jul 2019 21:41:35 -0400 Subject: vim-patch:8.1.0533: screendump tests can be flaky Problem: Screendump tests can be flaky. Solution: Add VerifyScreenDump to the pattern of flaky tests. https://github.com/vim/vim/commit/447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed --- src/nvim/testdir/runtest.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index 2f10019ad9..009908ec09 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -282,7 +282,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 -- cgit