Patch 9.0.0851 (after 9.0.0849)
Problem: Terminal mouse test is still flaky.
Solution: Also use WaitForAssert().
Files: src/testdir/test_terminal3.vim
*** ../vim-9.0.0850/src/testdir/test_terminal3.vim 2022-11-09
23:29:10.607134995 +0000
--- src/testdir/test_terminal3.vim 2022-11-10 00:06:40.292701863 +0000
***************
*** 716,722 ****
call TermWait(buf, 50)
call term_sendkeys(buf, ":call writefile([@\"], 'Xbuf')\<CR>")
call WaitFor(XbufExists)
! call assert_equal('yellow', readfile('Xbuf')[0])
call delete('Xbuf')
" Test for selecting text using double click
--- 716,722 ----
call TermWait(buf, 50)
call term_sendkeys(buf, ":call writefile([@\"], 'Xbuf')\<CR>")
call WaitFor(XbufExists)
! call WaitForAssert({-> assert_equal('yellow', readfile('Xbuf')[0])})
call delete('Xbuf')
" Test for selecting text using double click
*** ../vim-9.0.0850/src/version.c 2022-11-09 23:55:46.892274515 +0000
--- src/version.c 2022-11-10 00:08:45.648779119 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 851,
/**/
--
He who laughs last, thinks slowest.
/// 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/20221110001003.5321D1C099A%40moolenaar.net.