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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202107082021.168KLGHo111408%40masaka.moolenaar.net.