]> granicus.if.org Git - vim/commitdiff
patch 8.0.1640: Test_cwd() is flaky v8.0.1640
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Mar 2018 15:12:58 +0000 (17:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Mar 2018 15:12:58 +0000 (17:12 +0200)
Problem:    Test_cwd() is flaky.
Solution:   Add to list of flaky tests.

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

index bbcec3a245c103a95aaf7300005a6b6ef83c09a1..3a32f4582b35a21cf1d506a644a282a4c881b1c6 100644 (file)
@@ -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()',
index 4b43e49029e264b03f04162e78b63e7671f4ed04..d4631ced10ca98df379eebe03976aedb74de4710 100644 (file)
@@ -766,6 +766,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1640,
 /**/
     1639,
 /**/