Mercurial > vim
changeset 17714:b3d48e304344 v8.1.1854
patch 8.1.1854: now another timer test is flaky
commit https://github.com/vim/vim/commit/973d5304a44c974e74e43c3790f8919b7d4193b4
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 16 10:51:10 2019 +0200
patch 8.1.1854: now another timer test is flaky
Problem: Now another timer test is flaky.
Solution: Add test to list of flaky tests.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 16 Aug 2019 11:00:07 +0200 |
parents | c427948fdca9 |
children | 4c7b01e6b932 |
files | src/testdir/runtest.vim src/version.c |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -336,6 +336,7 @@ let s:flaky_tests = [ \ 'Test_repeat_many()', \ 'Test_repeat_three()', \ 'Test_server_crash()', + \ 'Test_stop_all_in_callback()', \ 'Test_terminal_ansicolors_default()', \ 'Test_terminal_ansicolors_func()', \ 'Test_terminal_ansicolors_global()',