From 03af01f1cb03423f1a1a6b19f11f0285d81e12c4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 25 Dec 2019 13:59:51 +0100 Subject: [PATCH] patch 8.2.0040: timers test is still flaky on Travis for Mac 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 | 1 + src/testdir/test_alot.vim | 1 - src/version.c | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index fab1460b62..2cccc8e90a 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -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 \ diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 25241b2299..767f587a8a 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -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 diff --git a/src/version.c b/src/version.c index 9f7f48a381..aeadb364f5 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 40, /**/ 39, /**/