# HG changeset patch # User Christian Brabandt # Date 1521990906 -7200 # Node ID 9e9e9f10e3115fa0b0510ec88487b38b7b893fa0 # Parent 76d71093e91009037529ffefd5fd69e0f6f20767 patch 8.0.1640: Test_cwd() is flaky commit https://github.com/vim/vim/commit/65873846e088bb94028e9d591ea03e377cb206b5 Author: Bram Moolenaar Date: Sun Mar 25 17:12:58 2018 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1640, +/**/ 1639, /**/ 1638,