File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1542,12 +1542,16 @@ func Ch_open_delay(port)
1542
1542
endfunc
1543
1543
1544
1544
func Test_open_delay ()
1545
+ " This fails on BSD (e.g. Cirrus-CI), why?
1546
+ CheckNotBSD
1545
1547
" The server will wait half a second before creating the port.
1546
1548
call s: run_server (' Ch_open_delay' , ' delay' )
1547
1549
endfunc
1548
1550
1549
1551
func Test_open_delay_ipv6 ()
1550
1552
CheckIPv6
1553
+ " This fails on BSD (e.g. Cirrus-CI), why?
1554
+ CheckNotBSD
1551
1555
call Test_open_delay ()
1552
1556
endfunc
1553
1557
Original file line number Diff line number Diff line change @@ -704,6 +704,8 @@ static char *(features[]) =
704
704
705
705
static int included_patches [] =
706
706
{ /* Add new patch number below this line */
707
+ /**/
708
+ 1984 ,
707
709
/**/
708
710
1983 ,
709
711
/**/
You can’t perform that action at this time.
0 commit comments