diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-29 21:49:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-29 21:49:51 +0100 |
commit | 6fe2eb43d2527cc8a3450456a60639e87f16d32d (patch) | |
tree | fb6cc0de6297c27dc4bb09751e4167396dc28c1f /src | |
parent | c625155ea42da2d7cefd853837f18115713b439c (diff) | |
download | vim-6fe2eb43d2527cc8a3450456a60639e87f16d32d.zip |
patch 8.0.0267: channel test sometimes fails on Mac
Problem: A channel test sometimes fails on Mac.
Solution: Add the test to the list of flaky tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/testdir/runtest.vim | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 3ba3b0264..c7028d2a6 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -156,6 +156,7 @@ let s:flaky = [ \ 'Test_reltime()', \ 'Test_nb_basic()', \ 'Test_communicate()', + \ 'Test_close_and_exit_cb()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()' \ ] diff --git a/src/version.c b/src/version.c index ba1501cdd..0b12b2a0b 100644 --- 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 */ /**/ + 267, +/**/ 266, /**/ 265, |