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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221204233048.260201C06DC%40moolenaar.net.