mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.2329: mouse multiple click test is a bit flaky
Problem: Mouse multiple click test is a bit flaky. Solution: Add it to the list of flaky tests.
This commit is contained in:
parent
bd3bc0314e
commit
44f0bd878a
@ -336,14 +336,15 @@ let s:flaky_tests = [
|
|||||||
\ 'Test_out_cb()',
|
\ 'Test_out_cb()',
|
||||||
\ 'Test_pipe_through_sort_all()',
|
\ 'Test_pipe_through_sort_all()',
|
||||||
\ 'Test_pipe_through_sort_some()',
|
\ 'Test_pipe_through_sort_some()',
|
||||||
|
\ 'Test_popup_and_window_resize()',
|
||||||
\ 'Test_quoteplus()',
|
\ 'Test_quoteplus()',
|
||||||
\ 'Test_quotestar()',
|
\ 'Test_quotestar()',
|
||||||
\ 'Test_raw_one_time_callback()',
|
\ 'Test_raw_one_time_callback()',
|
||||||
\ 'Test_reltime()',
|
\ 'Test_reltime()',
|
||||||
\ 'Test_popup_and_window_resize()',
|
|
||||||
\ 'Test_server_crash()',
|
\ 'Test_server_crash()',
|
||||||
\ 'Test_state()',
|
\ 'Test_state()',
|
||||||
\ 'Test_term_mouse_double_click_to_create_tab()',
|
\ 'Test_term_mouse_double_click_to_create_tab()',
|
||||||
|
\ 'Test_term_mouse_multiple_clicks_to_visually_select()',
|
||||||
\ 'Test_terminal_ansicolors_default()',
|
\ 'Test_terminal_ansicolors_default()',
|
||||||
\ 'Test_terminal_ansicolors_func()',
|
\ 'Test_terminal_ansicolors_func()',
|
||||||
\ 'Test_terminal_ansicolors_global()',
|
\ 'Test_terminal_ansicolors_global()',
|
||||||
|
@ -737,6 +737,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2329,
|
||||||
/**/
|
/**/
|
||||||
2328,
|
2328,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user