1
0
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:
Bram Moolenaar
2018-08-19 16:09:27 +02:00
parent cea1f9ec52
commit 46fad2ef0b
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -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,
/**/ /**/