> On Mo, 22 Jun 2020, Bram Moolenaar wrote:
>
> >
> > Patch 8.2.1038
> > Problem: Popupwin test fails.
> > Solution: Fix WaitForAssert() argument.
> > Files: src/testdir/test_popupwin.vim
>
> The description talks about the previous patch, but this mail seemed to
> be about 8.2.1039. The mail was also missing the change to version.c
Try again:
Patch 8.2.1038
Problem: Popupwin test fails.
Solution: Fix WaitForAssert() argument.
Files: src/testdir/test_popupwin.vim
*** ../vim-8.2.1037/src/testdir/test_popupwin.vim 2020-06-22
19:24:18.807085225 +0200
--- src/testdir/test_popupwin.vim 2020-06-22 19:54:13.881668848 +0200
***************
*** 2454,2463 ****
call term_sendkeys(termbuf2, "exit\<CR>")
" Exiting shell closes popup window
- let pupwin = win_getid()
call feedkeys("exit\<CR>", 'xt')
" Wait for shell to exit
! call WaitForAssert({-> assert_notequal(pupwin, win_getid())})
call feedkeys(":quit\<CR>", 'xt')
call assert_equal(origwin, win_getid())
--- 2454,2462 ----
call term_sendkeys(termbuf2, "exit\<CR>")
" Exiting shell closes popup window
call feedkeys("exit\<CR>", 'xt')
" Wait for shell to exit
! call WaitForAssert({-> assert_equal("dead",
job_status(term_getjob(termbuf)))})
call feedkeys(":quit\<CR>", 'xt')
call assert_equal(origwin, win_getid())
*** ../vim-8.2.1037/src/version.c 2020-06-22 19:38:59.928402805 +0200
--- src/version.c 2020-06-22 19:55:09.597502563 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1038,
/**/
--
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice as big as it needs to be.
/// 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/202006222010.05MKAdJM1504251%40masaka.moolenaar.net.