# HG changeset patch # User Christian Brabandt # Date 1534688104 -7200 # Node ID 720b857c45ca0d6d6f5df9c32f56d909788d24c9 # Parent e8225e90804fd77386cb90179226c6c8ff9bca6b patch 8.1.0298: window resize test sometimes fails on Mac commit https://github.com/vim/vim/commit/46fad2ef0bd5124f1be22c807214c243fb5611d8 Author: Bram Moolenaar Date: Sun Aug 19 16:09:27 2018 +0200 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. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -272,6 +272,7 @@ let s:flaky = [ \ 'Test_paused()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', + \ 'Test_popup_and_window_resize()', " sometimes fails on Mac \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -795,6 +795,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 298, +/**/ 297, /**/ 296,