]> granicus.if.org Git - vim/commitdiff
patch 8.0.1370: channel test for callback is flaky v8.0.1370
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 13:04:27 +0000 (14:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 13:04:27 +0000 (14:04 +0100)
Problem:    Channel test for callback is flaky.
Solution:   Add the test to thelist of flaky tests.

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

index 8a4a9b7a07a5f26fe0bf8e99737472b2f723aa34..608fca46603ac5e6823b4df8a618c1963c08181e 100644 (file)
@@ -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()',
index 892882f33095dd8f164b09f81bdc37b150b9f516..d7f22b062edde079a8827080bfe49d716c7809d4 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1370,
 /**/
     1369,
 /**/