changeset 10990:f18a98681da1 v8.0.0384

patch 8.0.0384: timer test failed for no apparent reason commit https://github.com/vim/vim/commit/d512e17ea4cebe547197b759a047138228acc06f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 27 21:35:53 2017 +0100 patch 8.0.0384: timer test failed for no apparent reason Problem: Timer test failed for no apparent reason. Solution: Mark the test as flaky.
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Feb 2017 21:45:04 +0100
parents 57eb126716f5
children 75abc9ccdb8e
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
@@ -165,6 +165,7 @@ let s:flaky = [
       \ 'Test_collapse_buffers()',
       \ 'Test_communicate()',
       \ 'Test_nb_basic()',
+      \ 'Test_oneshot()',
       \ 'Test_pipe_through_sort_all()',
       \ 'Test_pipe_through_sort_some()',
       \ 'Test_reltime()',
--- 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 */
 /**/
+    384,
+/**/
     383,
 /**/
     382,