# HG changeset patch # User Bram Moolenaar # Date 1571253303 -7200 # Node ID 1c1a02e000b5ce1e7698ff1bddeb50eac3c74071 # Parent 60038c64818eb34a21da341429b8d1682745b257 patch 8.1.2162: popup resize test is flaky Commit: https://github.com/vim/vim/commit/4e03933726e3698d962bf7dacdd27f306a4c5086 Author: Bram Moolenaar Date: Wed Oct 16 21:13:35 2019 +0200 patch 8.1.2162: popup resize test is flaky Problem: Popup resize test is flaky. (Christian Brabandt) Solution: Add the function to the list of flaky tests. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -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()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2162, +/**/ 2161, /**/ 2160,