]> granicus.if.org Git - vim/commitdiff
patch 8.0.0011 v8.0.0011
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2016 19:03:02 +0000 (21:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2016 19:03:02 +0000 (21:03 +0200)
Problem:    On OSX Test_pipe_through_sort_all() sometimes fails.
Solution:   Add the test to the list of flaky tests.

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

index 074ee572f3a12f01321747b1eddb13def310e462..a3b5ea9c285137e832031ec6dd95d91f72cddf54 100644 (file)
@@ -148,6 +148,7 @@ let s:flaky = [
       \ 'Test_reltime()',
       \ 'Test_nb_basic()',
       \ 'Test_communicate()',
+      \ 'Test_pipe_through_sort_all()'
       \ 'Test_pipe_through_sort_some()'
       \ ]
 
index 2a60f8b7b2342023e062f661939a5510b14158b4..036e99adfb31ae6eb0d3c5edbc2da9ecd55f61f4 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    11,
 /**/
     10,
 /**/