]> granicus.if.org Git - vim/commitdiff
patch 9.0.1004: suspend test sometimes fails on MacOS v9.0.1004
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Dec 2022 22:26:40 +0000 (22:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Dec 2022 22:26:40 +0000 (22:26 +0000)
Problem:    Suspend test sometimes fails on MacOS.
Solution:   Wait a short while for terminal responses.

src/testdir/test_suspend.vim
src/version.c

index 327fe069db65425bb3765cbd43e23118665c5e91..1c6ebbc31236b76b60511a47d8bfda708b567f4d 100644 (file)
@@ -2,6 +2,7 @@
 
 source check.vim
 source term_util.vim
+source shared.vim
 
 func CheckSuspended(buf, fileExists)
   call WaitForAssert({-> assert_match('[$#] $', term_getline(a:buf, '.'))})
@@ -21,6 +22,8 @@ func Test_suspend()
   CheckFeature terminal
   CheckExecutable /bin/sh
 
+  call WaitForResponses()
+
   let buf = term_start('/bin/sh')
   " Wait for shell prompt.
   call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
@@ -65,6 +68,8 @@ func Test_suspend_autocmd()
   CheckFeature terminal
   CheckExecutable /bin/sh
 
+  call WaitForResponses()
+
   let buf = term_start('/bin/sh', #{term_rows: 6})
   " Wait for shell prompt.
   call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
index 8f5fadfc8ef716c5382a673144b84913e9687288..1f21dbc564e9610f19e51e615f19bcc386c4ce4e 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1004,
 /**/
     1003,
 /**/