# HG changeset patch # User Christian Brabandt # Date 1474830917 -7200 # Node ID 94d6999443fb65220d9b65b4bdf52366df19745f # Parent 725e6603d33abd2df1bcc7c6955daa6766a01a5a commit https://github.com/vim/vim/commit/947000d6e481042d3869bd65b149d72511c31ab2 Author: Bram Moolenaar Date: Sun Sep 25 21:03:02 2016 +0200 patch 8.0.0011 Problem: On OSX Test_pipe_through_sort_all() sometimes fails. Solution: Add the test to the list 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 @@ -148,6 +148,7 @@ let s:flaky = [ \ 'Test_reltime()', \ 'Test_nb_basic()', \ 'Test_communicate()', + \ '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 @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 11, +/**/ 10, /**/ 9,