From: Bram Moolenaar Date: Sun, 25 Mar 2018 15:12:58 +0000 (+0200) Subject: patch 8.0.1640: Test_cwd() is flaky X-Git-Tag: v8.0.1640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65873846e088bb94028e9d591ea03e377cb206b5;p=vim patch 8.0.1640: Test_cwd() is flaky Problem: Test_cwd() is flaky. Solution: Add to list of flaky tests. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index bbcec3a24..3a32f4582 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -248,6 +248,7 @@ let s:flaky = [ \ 'Test_close_and_exit_cb()', \ 'Test_collapse_buffers()', \ 'Test_communicate()', + \ 'Test_cwd()', \ 'Test_exit_callback_interval()', \ 'Test_nb_basic()', \ 'Test_oneshot()', diff --git a/src/version.c b/src/version.c index 4b43e4902..d4631ced1 100644 --- a/src/version.c +++ b/src/version.c @@ -766,6 +766,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1640, /**/ 1639, /**/