changeset 33758:75176b7f8170 v9.0.2101

patch 9.0.2101: CI: test_termdebug may still fail Commit: https://github.com/vim/vim/commit/fdbadea4b60e5e1a0bf192dc5ee04d8ab06f4399 Author: shane.xb.qian <shane.qian@foxmail.com> Date: Sun Nov 12 09:42:12 2023 +0100 patch 9.0.2101: CI: test_termdebug may still fail Problem: CI: test_termdebug may still fail Solution: use term_wait() to make it more robust closes: #13529 Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Nov 2023 09:45:05 +0100
parents b882a17c8e2b
children 613a12e7d79a
files src/testdir/test_termdebug.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_termdebug.vim
+++ b/src/testdir/test_termdebug.vim
@@ -96,6 +96,7 @@ func Test_termdebug_basic()
     bw!
   endif
   set columns=160
+  call term_wait(gdb_buf)
   let winw = winwidth(0)
   Var
   if winwidth(0) < winw
@@ -113,6 +114,7 @@ func Test_termdebug_basic()
     bw!
   endif
   set columns&
+  call term_wait(gdb_buf)
 
   wincmd t
   quit!
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2101,
+/**/
     2100,
 /**/
     2099,