]> granicus.if.org Git - vim/commitdiff
patch 8.0.0284: collapse buffers test failed once v8.0.0284
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 17:00:13 +0000 (18:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 17:00:13 +0000 (18:00 +0100)
Problem:    The Test_collapse_buffers() test failed once, looks like it is
            flaky.
Solution:   Add it to the list of flaky tests.

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

index c7028d2a664a74aed74296d24b786ddf14a8bf71..c2260c7b7f6d777caf83e73764bbd79e1734129f 100644 (file)
@@ -153,12 +153,13 @@ endif
 
 " Names of flaky tests.
 let s:flaky = [
-      \ 'Test_reltime()',
-      \ 'Test_nb_basic()',
-      \ 'Test_communicate()',
       \ 'Test_close_and_exit_cb()',
+      \ 'Test_collapse_buffers()',
+      \ 'Test_communicate()',
+      \ 'Test_nb_basic()',
       \ 'Test_pipe_through_sort_all()',
       \ 'Test_pipe_through_sort_some()'
+      \ 'Test_reltime()',
       \ ]
 
 " Locate Test_ functions and execute them.
index ef5ddaee2fe97fe227dc0ad57c0a8072032218b6..6b0953fdf7c4a1d0d36c83e38b6d221d97cd68d5 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    284,
 /**/
     283,
 /**/