Patch 8.2.3131

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 8, 2021, 4:21:23 PM7/8/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages