]> granicus.if.org Git - vim/commitdiff
patch 8.2.0040: timers test is still flaky on Travis for Mac v8.2.0040
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Dec 2019 12:59:51 +0000 (13:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Dec 2019 12:59:51 +0000 (13:59 +0100)
Problem:    Timers test is still flaky on Travis for Mac.
Solution:   Run separately instead of as part of test_alot.

src/testdir/Make_all.mak
src/testdir/test_alot.vim
src/version.c

index fab1460b62d983e9b02614bb7ced63d75dd53234..2cccc8e90ad9a46a4a4f98f297600ddca0690bb2 100644 (file)
@@ -429,6 +429,7 @@ NEW_TESTS_RES = \
        test_textformat.res \
        test_textobjects.res \
        test_textprop.res \
+       test_timers.res \
        test_trycatch.res \
        test_undo.res \
        test_user_func.res \
index 25241b22996ce8049f95cf6747ec89b75a5f3053..767f587a8a1bb49e64c530e1c5826fc22e80e87f 100644 (file)
@@ -64,7 +64,6 @@ source test_tagcase.vim
 source test_tagfunc.vim
 source test_tagjump.vim
 source test_taglist.vim
-source test_timers.vim
 source test_true_false.vim
 source test_unlet.vim
 source test_virtualedit.vim
index 9f7f48a381d93ffb6ccacd79ee3f65075e382f5c..aeadb364f59da2311fd933ed6e6083f34877641d 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    40,
 /**/
     39,
 /**/