]> granicus.if.org Git - vim/commitdiff
patch 8.0.0267: channel test sometimes fails on Mac v8.0.0267
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 20:49:51 +0000 (21:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 20:49:51 +0000 (21:49 +0100)
Problem:    A channel test sometimes fails on Mac.
Solution:   Add the test to the list of flaky tests.

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

index 3ba3b02648fe27130650a8c0f1e697c552e5eef2..c7028d2a664a74aed74296d24b786ddf14a8bf71 100644 (file)
@@ -156,6 +156,7 @@ let s:flaky = [
       \ 'Test_reltime()',
       \ 'Test_nb_basic()',
       \ 'Test_communicate()',
+      \ 'Test_close_and_exit_cb()',
       \ 'Test_pipe_through_sort_all()',
       \ 'Test_pipe_through_sort_some()'
       \ ]
index ba1501cddfba94b887a80aedb9cc60968e6192d4..0b12b2a0b36a5b41a65772a3764a52540c0c0703 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    267,
 /**/
     266,
 /**/