Patch 8.2.3140 (after 8.2.3131)
Problem: MS-Windows: ipv6 channel test is very flaky also without the GUI.
Solution: Skip the test also without the GUI.
Files: src/testdir/test_channel.vim
*** ../vim-8.2.3139/src/testdir/test_channel.vim 2021-07-08
22:20:47.371314825 +0200
--- src/testdir/test_channel.vim 2021-07-10 22:19:45.518653593 +0200
***************
*** 253,261 ****
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()
--- 253,261 ----
func Test_communicate_ipv6()
CheckIPv6
! " 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()
*** ../vim-8.2.3139/src/version.c 2021-07-10 21:28:55.331050104 +0200
--- src/version.c 2021-07-10 22:21:15.642514867 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3140,
/**/
--
hundred-and-one symptoms of being an internet addict:
112. You are amazed that anyone uses a phone without data...let
alone hear actual voices.
/// 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/202107102022.16AKMMu7657464%40masaka.moolenaar.net.