# HG changeset patch # User Christian Brabandt # Date 1512479704 -3600 # Node ID da725bc3fd2c00a78d47f81ea7c135093b78a555 # Parent 1ffbd9b53be0fdd290c5f2ab671afba339b39bb7 patch 8.0.1370: channel test for callback is flaky commit https://github.com/vim/vim/commit/1eca6f13d62d2201f3bf0e83400c2e3de7df3951 Author: Bram Moolenaar Date: Tue Dec 5 14:04:27 2017 +0100 patch 8.0.1370: channel test for callback is flaky Problem: Channel test for callback is flaky. Solution: Add the test to thelist of flaky tests. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -251,6 +251,7 @@ let s:flaky = [ \ 'Test_exit_callback_interval()', \ 'Test_nb_basic()', \ 'Test_oneshot()', + \ 'Test_out_cb()', \ 'Test_paused()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1370, +/**/ 1369, /**/ 1368,