From d512e17ea4cebe547197b759a047138228acc06f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 27 Feb 2017 21:35:53 +0100 Subject: 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. --- src/testdir/runtest.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 0c0a19790..71028a191 100644 --- 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()', diff --git a/src/version.c b/src/version.c index 232b65dc8..713b54c2b 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 384, /**/ 383, /**/ -- cgit v1.2.1