Commit: patch 9.0.1809: termdebug test flayk

3 views
Skip to first unread message

Christian Brabandt

unread,
Aug 27, 2023, 4:00:09 PM8/27/23
to vim...@googlegroups.com
patch 9.0.1809: termdebug test flayk

Commit: https://github.com/vim/vim/commit/6c93c949298c1a6cb294a09b10d690cae357a8bf
Author: Christian Brabandt <c...@256bit.org>
Date: Sun Aug 27 21:48:29 2023 +0200

patch 9.0.1809: termdebug test flayk

Problem: termdebug test flayk
Solution: wait slightly longer

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_termdebug.vim b/src/testdir/test_termdebug.vim
index 49c84cf8b..561dd47a1 100644
--- a/src/testdir/test_termdebug.vim
+++ b/src/testdir/test_termdebug.vim
@@ -61,7 +61,7 @@ func Test_termdebug_basic()
\ 'priority': 110, 'group': 'TermDebug'}],
\ sign_getplaced('', #{group: 'TermDebug'})[0].signs)
Run
- call term_wait(gdb_buf, 200)
+ call term_wait(gdb_buf, 400)
redraw!
call assert_equal([
\ {'lnum': 9, 'id': 12, 'name': 'debugPC', 'priority': 110,
diff --git a/src/version.c b/src/version.c
index 5b5fdb63d..4aeb83285 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,10 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1809,
+/**/
+ 1808,
/**/
1807,
/**/
Reply all
Reply to author
Forward
0 new messages