]> granicus.if.org Git - vim/commitdiff
patch 8.0.0384: timer test failed for no apparent reason v8.0.0384
authorBram Moolenaar <Bram@vim.org>
Mon, 27 Feb 2017 20:35:53 +0000 (21:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 27 Feb 2017 20:35:53 +0000 (21:35 +0100)
Problem:    Timer test failed for no apparent reason.
Solution:   Mark the test as flaky.

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

index 0c0a19790258c21655f676daa62c553c8dea63f5..71028a191482f48e6dd28562157538ecb8ded026 100644 (file)
@@ -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()',
index 232b65dc897ea25af9ec67dee6ffa3f096a0dbf7..713b54c2b99f322cf3ca0dcc87e61d696a933715 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    384,
 /**/
     383,
 /**/