Skip to content

Commit 85ff0c1

Browse files
committed
patch 9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14
Problem: CI: Test_open_delay*() fails on FreeBSD 14 Solution: Skip it on BSD Signed-off-by: Christian Brabandt <[email protected]>
1 parent 8e5f26e commit 85ff0c1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/testdir/test_channel.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,12 +1542,16 @@ func Ch_open_delay(port)
15421542
endfunc
15431543

15441544
func Test_open_delay()
1545+
" This fails on BSD (e.g. Cirrus-CI), why?
1546+
CheckNotBSD
15451547
" The server will wait half a second before creating the port.
15461548
call s:run_server('Ch_open_delay', 'delay')
15471549
endfunc
15481550

15491551
func Test_open_delay_ipv6()
15501552
CheckIPv6
1553+
" This fails on BSD (e.g. Cirrus-CI), why?
1554+
CheckNotBSD
15511555
call Test_open_delay()
15521556
endfunc
15531557

src/version.c

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

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1984,
707709
/**/
708710
1983,
709711
/**/

0 commit comments

Comments
 (0)