]> granicus.if.org Git - vim/commitdiff
patch 8.0.0471: exit callback test sometimes fails v8.0.0471
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Mar 2017 21:30:37 +0000 (22:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Mar 2017 21:30:37 +0000 (22:30 +0100)
Problem:    Exit callback test sometimes fails.
Solution:   Add it to the list of flaky tests.

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

index 732cc0e9a5cd3700f20ddebee37de8dcd9829507..b0964a42386edfee295a596be26c5523cdee2043 100644 (file)
@@ -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()',
index a132167e2accdf8ca4bca14a4d7d8fbb973df404..3f51e5a4287e472d2cd3224883d28c2faa5bcf07 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    471,
 /**/
     470,
 /**/