changeset 10755:2f735d1d1954 v8.0.0267

patch 8.0.0267: channel test sometimes fails on Mac commit https://github.com/vim/vim/commit/6fe2eb43d2527cc8a3450456a60639e87f16d32d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 29 21:49:51 2017 +0100 patch 8.0.0267: channel test sometimes fails on Mac Problem: A channel test sometimes fails on Mac. Solution: Add the test to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jan 2017 22:00:04 +0100
parents e87c4686e397
children 3fb388114d94
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
@@ -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()'
       \ ]
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    267,
+/**/
     266,
 /**/
     265,