mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
44f275d518
commit
bef505c158
@ -221,9 +221,11 @@ endif
|
|||||||
" Names of flaky tests.
|
" Names of flaky tests.
|
||||||
let s:flaky = [
|
let s:flaky = [
|
||||||
\ 'Test_oneshot()',
|
\ 'Test_oneshot()',
|
||||||
|
\ 'Test_paused()',
|
||||||
\ 'Test_reltime()',
|
\ 'Test_reltime()',
|
||||||
\ 'Test_terminal_composing_unicode()',
|
\ 'Test_terminal_composing_unicode()',
|
||||||
\ 'Test_terminal_redir_file()',
|
\ 'Test_terminal_redir_file()',
|
||||||
|
\ 'Test_terminal_tmap()',
|
||||||
\ 'Test_with_partial_callback()',
|
\ 'Test_with_partial_callback()',
|
||||||
\ 'Test_lambda_with_timer()',
|
\ 'Test_lambda_with_timer()',
|
||||||
\ ]
|
\ ]
|
||||||
|
Loading…
Reference in New Issue
Block a user