aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-07-07 21:41:35 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-07-15 23:07:29 -0400
commit71018924fc80c1b29985398817caaf1ea12c6296 (patch)
tree6c281422c62001dc99777b368533bb6ea16a564f
parent5b8d378923baf538e0e9d6cee5ce4620470ecab3 (diff)
downloadrneovim-71018924fc80c1b29985398817caaf1ea12c6296.tar.gz
rneovim-71018924fc80c1b29985398817caaf1ea12c6296.tar.bz2
rneovim-71018924fc80c1b29985398817caaf1ea12c6296.zip
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
-rw-r--r--src/nvim/testdir/runtest.vim2
1 files changed, 1 insertions, 1 deletions
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