patch 9.0.1809: termdebug test flayk
Commit:
https://github.com/vim/vim/commit/6c93c949298c1a6cb294a09b10d690cae357a8bf
Author: Christian Brabandt <[email protected]>
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 <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qaLvY-003Zn3-6d%40256bit.org.