From: Bram Moolenaar Date: Tue, 5 Dec 2017 13:04:27 +0000 (+0100) Subject: patch 8.0.1370: channel test for callback is flaky X-Git-Tag: v8.0.1370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eca6f13d62d2201f3bf0e83400c2e3de7df3951;p=vim 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 index 8a4a9b7a0..608fca466 100644 --- 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 index 892882f33..d7f22b062 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1370, /**/ 1369, /**/