Skip to content

Commit 742e872

Browse files
committed
patch 9.2.0241: tests: Test_visual_block_hl_with_autosel() is flaky
Problem: tests: Test_visual_block_hl_with_autosel() is flaky on ASAN CI (after v9.2.0221) Solution: Add a TermWait() call related: #19784 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent b435da0 commit 742e872

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_visual.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ func Test_visual_block_hl_with_autoselect()
16341634
call writefile(lines, 'XTest_visual_block_autoselect', 'D')
16351635

16361636
let buf = RunVimInTerminal('-S XTest_visual_block_autoselect', {'rows': 10})
1637+
call TermWait(buf)
16371638
call VerifyScreenDump(buf, 'Test_visual_block_hl_with_autoselect_1', {})
16381639
call term_sendkeys(buf, 'l')
16391640
call VerifyScreenDump(buf, 'Test_visual_block_hl_with_autoselect_2', {})

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
241,
737739
/**/
738740
240,
739741
/**/

0 commit comments

Comments
 (0)