]> granicus.if.org Git - vim/commitdiff
patch 8.1.0600: channel test is flaky v8.1.0600
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Dec 2018 16:46:23 +0000 (17:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Dec 2018 16:46:23 +0000 (17:46 +0100)
Problem:    Channel test is flaky.
Solution:   Add test to list of flaky tests.

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

index 56bb3d359d354372fa66663a93220375f752ac78..89c1e3a5e0e5358deab73ae64b2f0c7f42632e27 100644 (file)
@@ -281,6 +281,7 @@ let s:flaky_tests = [
       \ 'Test_close_callback()',
       \ 'Test_close_handle()',
       \ 'Test_close_lambda()',
+      \ 'Test_close_output_buffer()',
       \ 'Test_close_partial()',
       \ 'Test_collapse_buffers()',
       \ 'Test_communicate()',
index 0231cc8ee6bfec7d91b2d32026ffd8a243cdae70..a485b2851c8572ded162c2cd0429b28ed7ebcf03 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    600,
 /**/
     599,
 /**/