mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 9.0.1809: termdebug test flayk
Problem: termdebug test flayk Solution: wait slightly longer Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
f2534434c9
commit
6c93c94929
@ -61,7 +61,7 @@ func Test_termdebug_basic()
|
|||||||
\ 'priority': 110, 'group': 'TermDebug'}],
|
\ 'priority': 110, 'group': 'TermDebug'}],
|
||||||
\ sign_getplaced('', #{group: 'TermDebug'})[0].signs)
|
\ sign_getplaced('', #{group: 'TermDebug'})[0].signs)
|
||||||
Run
|
Run
|
||||||
call term_wait(gdb_buf, 200)
|
call term_wait(gdb_buf, 400)
|
||||||
redraw!
|
redraw!
|
||||||
call assert_equal([
|
call assert_equal([
|
||||||
\ {'lnum': 9, 'id': 12, 'name': 'debugPC', 'priority': 110,
|
\ {'lnum': 9, 'id': 12, 'name': 'debugPC', 'priority': 110,
|
||||||
|
@ -699,6 +699,10 @@ 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 */
|
||||||
|
/**/
|
||||||
|
1809,
|
||||||
|
/**/
|
||||||
|
1808,
|
||||||
/**/
|
/**/
|
||||||
1807,
|
1807,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user