forked from aniani/vim
patch 8.1.0298: window resize test sometimes fails on Mac
Problem: Window resize test sometimes fails on Mac. Solution: Add Test_popup_and_window_resize() to flaky tests.
This commit is contained in:
@@ -272,6 +272,7 @@ let s:flaky = [
|
|||||||
\ 'Test_paused()',
|
\ 'Test_paused()',
|
||||||
\ '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()', " sometimes fails on Mac
|
||||||
\ 'Test_quoteplus()',
|
\ 'Test_quoteplus()',
|
||||||
\ 'Test_quotestar()',
|
\ 'Test_quotestar()',
|
||||||
\ 'Test_reltime()',
|
\ 'Test_reltime()',
|
||||||
|
@@ -794,6 +794,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 */
|
||||||
|
/**/
|
||||||
|
298,
|
||||||
/**/
|
/**/
|
||||||
297,
|
297,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user