]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.0298: window resize test sometimes fails on Mac v8.1.0298
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Aug 2018 14:09:27 +0000 (16:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Aug 2018 14:09:27 +0000 (16:09 +0200)
Problem:    Window resize test sometimes fails on Mac.
Solution:   Add Test_popup_and_window_resize() to flaky tests.

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

index 4f508a4875b6ca898201f5bc63e45bfe19b89010..fa621f497837b79938f5db4c04c5f360079daf5f 100644 (file)
@@ -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()',
index 99f86e70c808967beb239dba5dc015b8e74bd63c..ac394255360a263f7068c4c216c58bb496824656 100644 (file)
@@ -794,6 +794,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    298,
 /**/
     297,
 /**/