From: Bram Moolenaar Date: Sat, 10 Jul 2021 20:21:40 +0000 (+0200) Subject: patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUI X-Git-Tag: v8.2.3140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=482d2f37a5ce43157ab1e22c26f389770d0c20cf;p=vim patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUI Problem: MS-Windows: ipv6 channel test is very flaky also without the GUI. Solution: Skip the test also without the GUI. --- diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim index f88cba004..f2c0d17fc 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -253,9 +253,9 @@ endfunc func Test_communicate_ipv6() CheckIPv6 - " FIXME: this test is very flaky on MS-Windows with the GUI - if has('gui_running') && has('win32') - throw 'Skipped: test is very flaky with MS-Windows in GUI' + " FIXME: this test is very flaky on MS-Windows + if has('win32') + throw 'Skipped: test is very flaky with MS-Windows' endif call Test_communicate() diff --git a/src/version.c b/src/version.c index a17fa0f22..0ad55115b 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3140, /**/ 3139, /**/