]> granicus.if.org Git - vim/commitdiff
patch 8.1.2162: popup resize test is flaky v8.1.2162
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Oct 2019 19:13:35 +0000 (21:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Oct 2019 19:13:35 +0000 (21:13 +0200)
Problem:    Popup resize test is flaky. (Christian Brabandt)
Solution:   Add the function to the list of flaky tests.

src/testdir/runtest.vim
src/version.c

index a8eb5e23b0efd733e17cfe7893b001b312f20054..e22557d5a20f34fb94ab757849aecbc30d692f62 100644 (file)
@@ -340,6 +340,7 @@ let s:flaky_tests = [
       \ 'Test_quotestar()',
       \ 'Test_raw_one_time_callback()',
       \ 'Test_reltime()',
+      \ 'Test_popup_and_window_resize()',
       \ 'Test_server_crash()',
       \ 'Test_state()',
       \ 'Test_term_mouse_double_click_to_create_tab()',
index f84340d3cb26c9692e94408f4a643bc4642c728f..347e0d58446cc91b234f846039679863b2b666c9 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2162,
 /**/
     2161,
 /**/