vim-patch:7.4.1477

Problem:    Test_reltime is flaky, it depends on timing.
Solution:   When it fails run it a second time.

b5760a1ce5
This commit is contained in:
Justin M. Keyes 2018-02-11 17:03:31 +01:00
parent 8dd63dbe31
commit bcd8541863

View File

@ -221,6 +221,7 @@ endif
" Names of flaky tests. " Names of flaky tests.
let s:flaky = [ let s:flaky = [
\ 'Test_oneshot()', \ 'Test_oneshot()',
\ 'Test_reltime()',
\ 'Test_terminal_composing_unicode()', \ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_redir_file()', \ 'Test_terminal_redir_file()',
\ 'Test_with_partial_callback()', \ 'Test_with_partial_callback()',