diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-07-07 21:41:35 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-07-15 23:07:29 -0400 |
commit | 71018924fc80c1b29985398817caaf1ea12c6296 (patch) | |
tree | 6c281422c62001dc99777b368533bb6ea16a564f | |
parent | 5b8d378923baf538e0e9d6cee5ce4620470ecab3 (diff) | |
download | rneovim-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.vim | 2 |
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 |