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.

24820691e6
This commit is contained in:
Justin M. Keyes 2018-02-11 17:10:34 +01:00
parent 44f275d518
commit bef505c158

View File

@ -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()',
\ ]