Patch 8.2.0376
Problem: Nasty callback test fails on some systems.
Solution: Increase the sleep time.
Files: src/testdir/test_terminal.vim
*** ../vim-8.2.0375/src/testdir/test_terminal.vim 2020-03-11
19:29:57.857088795 +0100
--- src/testdir/test_terminal.vim 2020-03-13 14:52:17.612768255 +0100
***************
*** 2453,2459 ****
call OpenTerms()
call term_sendkeys(g:buf0, "exit\<CR>")
! sleep 50m
exe g:buf0 .. 'bwipe'
set hidden&
endfunc
--- 2453,2459 ----
call OpenTerms()
call term_sendkeys(g:buf0, "exit\<CR>")
! sleep 100m
exe g:buf0 .. 'bwipe'
set hidden&
endfunc
*** ../vim-8.2.0375/src/version.c 2020-03-13 14:34:34.229357234 +0100
--- src/version.c 2020-03-13 14:53:50.488318878 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 376,
/**/
--
If you're sending someone Styrofoam, what do you pack it in?
/// 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/202003131356.02DDu8RE001709%40masaka.moolenaar.net.