Patch 8.1.1860
Problem: Map timeout test is flaky.
Solution: Add test to list of flaky tests. Increase timeout.
Files: src/testdir/runtest.vim, src/testdir/test_mapping.vim
*** ../vim-8.1.1859/src/testdir/runtest.vim 2019-08-16 11:26:02.165562170
+0200
--- src/testdir/runtest.vim 2019-08-16 21:45:55.703111074 +0200
***************
*** 322,327 ****
--- 322,328 ----
\ 'Test_diff_screen()',
\ 'Test_exit_callback()',
\ 'Test_exit_callback_interval()',
+ \ 'Test_map_timeout_with_timer_interrupt()',
\ 'Test_nb_basic()',
\ 'Test_open_delay()',
\ 'Test_out_cb()',
*** ../vim-8.1.1859/src/testdir/test_mapping.vim 2019-08-16
20:56:00.041519432 +0200
--- src/testdir/test_mapping.vim 2019-08-16 21:46:26.006967475 +0200
***************
*** 298,304 ****
let g:val = 0
nnoremap \12 :let g:val = 1<CR>
nnoremap \123 :let g:val = 2<CR>
! set timeout timeoutlen=100
func ExitCb(job, status)
let g:timer = timer_start(1, {-> feedkeys("3\<Esc>", 't')})
--- 298,304 ----
let g:val = 0
nnoremap \12 :let g:val = 1<CR>
nnoremap \123 :let g:val = 2<CR>
! set timeout timeoutlen=200
func ExitCb(job, status)
let g:timer = timer_start(1, {-> feedkeys("3\<Esc>", 't')})
*** ../vim-8.1.1859/src/version.c 2019-08-16 21:22:37.569781256 +0200
--- src/version.c 2019-08-16 21:45:16.627296080 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 1860,
/**/
--
I got a new desk stapler. It broke on the first desk I tried.
/// 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/201908161948.x7GJm20r018801%40masaka.moolenaar.net.