From bef505c1589392508ab8a623396a65ff055feae7 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 11 Feb 2018 17:10:34 +0100 Subject: vim-patch:8.0.1365: when one channel test fails others fail as well Problem: When one channel test fails others fail as well. Solution: Stop the job after a failure. Also add a couple of tests to the list of flaky tests. https://github.com/vim/vim/commit/24820691e6ba9dae41ef16a3d3e55589843b34f4 --- src/nvim/testdir/runtest.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index 4b5aae823e..1e04192ed6 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -221,9 +221,11 @@ endif " Names of flaky tests. let s:flaky = [ \ 'Test_oneshot()', + \ 'Test_paused()', \ 'Test_reltime()', \ 'Test_terminal_composing_unicode()', \ 'Test_terminal_redir_file()', + \ 'Test_terminal_tmap()', \ 'Test_with_partial_callback()', \ 'Test_lambda_with_timer()', \ ] -- cgit