To: vim_dev@googlegroups.com Subject: Patch 9.0.1006 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1006 Problem: Suspend test still sometimes fails on MacOS. Solution: Wait a little while for terminal responses. Files: src/testdir/test_suspend.vim *** ../vim-9.0.1005/src/testdir/test_suspend.vim 2022-12-04 23:00:37.778742180 +0000 --- src/testdir/test_suspend.vim 2022-12-04 23:28:44.682624155 +0000 *************** *** 23,28 **** --- 23,32 ---- CheckExecutable /bin/sh call WaitForResponses() + if has('mac') + " Mac OS machines tend to be slow, wait a bit longer + sleep 150m + endif " in case a previous failure left a swap file behind call delete('.Xfoo.swp') *************** *** 73,78 **** --- 77,86 ---- CheckExecutable /bin/sh call WaitForResponses() + if has('mac') + " Mac OS machines tend to be slow, wait a bit longer + sleep 150m + endif " in case a previous failure left a swap file behind call delete('.Xfoo.swp') *** ../vim-9.0.1005/src/version.c 2022-12-04 23:00:37.782742180 +0000 --- src/version.c 2022-12-04 23:29:21.782620520 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1006, /**/ -- hundred-and-one symptoms of being an internet addict: 231. You sprinkle Carpet Fresh on the rugs and put your vacuum cleaner in the front doorway permanently so it always looks like you are actually attempting to do something about that mess that has amassed since you discovered the Internet. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///