To: vim_dev@googlegroups.com Subject: Patch 8.2.3131 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3131 Problem: MS-Windows: ipv6 channel test is very flaky in the GUI. Solution: Skip the test. Files: src/testdir/test_channel.vim *** ../vim-8.2.3130/src/testdir/test_channel.vim 2021-07-01 22:11:24.671619362 +0200 --- src/testdir/test_channel.vim 2021-07-08 22:19:39.871411709 +0200 *************** *** 252,257 **** --- 252,263 ---- 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' + endif + call Test_communicate() endfunc *** ../vim-8.2.3130/src/version.c 2021-07-08 22:02:07.504975025 +0200 --- src/version.c 2021-07-08 22:20:14.907361405 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3131, /**/ -- hundred-and-one symptoms of being an internet addict: 99. The hum of a cooling fan and the click of keys is comforting to you. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///