Problem: Suspend test still sometimes fails on MacOS.
Solution: Wait a little while for terminal responses.
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')
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')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1006,
/**/
1005,
/**/