mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
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 <cb@256bit.org>
This commit is contained in:
@ -1542,12 +1542,16 @@ func Ch_open_delay(port)
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_open_delay()
|
func Test_open_delay()
|
||||||
|
" This fails on BSD (e.g. Cirrus-CI), why?
|
||||||
|
CheckNotBSD
|
||||||
" The server will wait half a second before creating the port.
|
" The server will wait half a second before creating the port.
|
||||||
call s:run_server('Ch_open_delay', 'delay')
|
call s:run_server('Ch_open_delay', 'delay')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_open_delay_ipv6()
|
func Test_open_delay_ipv6()
|
||||||
CheckIPv6
|
CheckIPv6
|
||||||
|
" This fails on BSD (e.g. Cirrus-CI), why?
|
||||||
|
CheckNotBSD
|
||||||
call Test_open_delay()
|
call Test_open_delay()
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
@ -704,6 +704,8 @@ 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 */
|
||||||
|
/**/
|
||||||
|
1984,
|
||||||
/**/
|
/**/
|
||||||
1983,
|
1983,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user