Patch 8.2.1179
Problem: Test_termwinscroll() sometimes hangs in the GUI.
Solution: Skip the test in the GUI.
Files: src/testdir/test_terminal2.vim
*** ../vim-8.2.1178/src/testdir/test_terminal2.vim 2020-07-11
13:09:17.377971831 +0200
--- src/testdir/test_terminal2.vim 2020-07-11 14:03:11.732407394 +0200
***************
*** 184,189 ****
--- 184,191 ----
func Test_termwinscroll()
CheckUnix
+ " TODO: Somehow this test sometimes hangs in the GUI
+ CheckNotGui
" Let the terminal output more than 'termwinscroll' lines, some at the start
" will be dropped.
*** ../vim-8.2.1178/src/version.c 2020-07-11 13:40:40.412931858 +0200
--- src/version.c 2020-07-11 14:04:12.680220937 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1179,
/**/
--
hundred-and-one symptoms of being an internet addict:
2. You kiss your girlfriend's home page.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202007111205.06BC5mC12162519%40masaka.moolenaar.net.