]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14 v9.0.1984
authorChristian Brabandt <cb@256bit.org>
Wed, 4 Oct 2023 19:58:24 +0000 (21:58 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Oct 2023 19:58:24 +0000 (21:58 +0200)
Problem:  CI: Test_open_delay*() fails on FreeBSD 14
Solution: Skip it on BSD

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_channel.vim
src/version.c

index 8f1291c22cacc23257591e05fa6b7cc18663c8b3..5761f213cb8aaad145e094af76687911e995ef3f 100644 (file)
@@ -1542,12 +1542,16 @@ func Ch_open_delay(port)
 endfunc
 
 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.
   call s:run_server('Ch_open_delay', 'delay')
 endfunc
 
 func Test_open_delay_ipv6()
   CheckIPv6
+  " This fails on BSD (e.g. Cirrus-CI), why?
+  CheckNotBSD
   call Test_open_delay()
 endfunc
 
index 32005545f3d27807855d1b5f90fce38ac6a19f88..f1934b91b3e1cbd7604b46f1204289851f15d860 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1984,
 /**/
     1983,
 /**/