changeset 18335:1c1a02e000b5 v8.1.2162

patch 8.1.2162: popup resize test is flaky Commit: https://github.com/vim/vim/commit/4e03933726e3698d962bf7dacdd27f306a4c5086 Author: Bram Moolenaar <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 21:15:03 +0200
parents 60038c64818e
children 453465f57acc
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()',
--- 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,