mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
424da590e4
commit
fdbadea4b6
@@ -96,6 +96,7 @@ func Test_termdebug_basic()
|
|||||||
bw!
|
bw!
|
||||||
endif
|
endif
|
||||||
set columns=160
|
set columns=160
|
||||||
|
call term_wait(gdb_buf)
|
||||||
let winw = winwidth(0)
|
let winw = winwidth(0)
|
||||||
Var
|
Var
|
||||||
if winwidth(0) < winw
|
if winwidth(0) < winw
|
||||||
@@ -113,6 +114,7 @@ func Test_termdebug_basic()
|
|||||||
bw!
|
bw!
|
||||||
endif
|
endif
|
||||||
set columns&
|
set columns&
|
||||||
|
call term_wait(gdb_buf)
|
||||||
|
|
||||||
wincmd t
|
wincmd t
|
||||||
quit!
|
quit!
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2101,
|
||||||
/**/
|
/**/
|
||||||
2100,
|
2100,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user