changeset 11169:f4971739ea47 v8.0.0471

patch 8.0.0471: exit callback test sometimes fails commit https://github.com/vim/vim/commit/0529b3eb01fcfd18c0644f8ece9ea107dd460a0f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 22:30:37 2017 +0100 patch 8.0.0471: exit callback test sometimes fails Problem: Exit callback test sometimes fails. Solution: Add it to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 22:45:04 +0100
parents a37e5bdcdf98
children 3c8cb5ff2434
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -167,6 +167,7 @@ let s:flaky = [
       \ 'Test_close_and_exit_cb()',
       \ 'Test_collapse_buffers()',
       \ 'Test_communicate()',
+      \ 'Test_exit_callback_interval()',
       \ 'Test_nb_basic()',
       \ 'Test_oneshot()',
       \ 'Test_pipe_through_sort_all()',
--- 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 */
 /**/
+    471,
+/**/
     470,
 /**/
     469,