comparison src/testdir/runtest.vim @ 15044:f47b5dfe5c6d v8.1.0533

patch 8.1.0533: screendump tests can be flaky commit https://github.com/vim/vim/commit/447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 18:50:19 2018 +0100 patch 8.1.0533: screendump tests can be flaky Problem: Screendump tests can be flaky. Solution: Add VerifyScreenDump to the pattern of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 19:00:05 +0100
parents da8a8cdcb8b0
children 52e883259d99
comparison
equal deleted inserted replaced
15043:f07bd0921a81 15044:f47b5dfe5c6d
328 \ 'Test_zero_reply()', 328 \ 'Test_zero_reply()',
329 \ 'Test_zz1_terminal_in_gui()', 329 \ 'Test_zz1_terminal_in_gui()',
330 \ ] 330 \ ]
331 331
332 " Pattern indicating a common flaky test failure. 332 " Pattern indicating a common flaky test failure.
333 let s:flaky_errors_re = 'StopVimInTerminal' 333 let s:flaky_errors_re = 'StopVimInTerminal\|VerifyScreenDump'
334 334
335 " Locate Test_ functions and execute them. 335 " Locate Test_ functions and execute them.
336 redir @q 336 redir @q
337 silent function /^Test_ 337 silent function /^Test_
338 redir END 338 redir END