aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-11 17:10:34 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-11 19:03:28 +0100
commitbef505c1589392508ab8a623396a65ff055feae7 (patch)
treeb1f820f01c7849483da742d4a9a000cc95faa82e /src
parent44f275d51805f328084559db0c74b95d1517f7c5 (diff)
downloadrneovim-bef505c1589392508ab8a623396a65ff055feae7.tar.gz
rneovim-bef505c1589392508ab8a623396a65ff055feae7.tar.bz2
rneovim-bef505c1589392508ab8a623396a65ff055feae7.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/runtest.vim2
1 files changed, 2 insertions, 0 deletions
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()',
\ ]