Patch 9.0.0514

5 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 20, 2022, 10:11:41 AM9/20/22
to vim...@googlegroups.com

Patch 9.0.0514
Problem: Terminal test sometimes hangs.
Solution: Add a bit more information to the test output. (issue #11179)
Files: src/testdir/runtest.vim


*** ../vim-9.0.0513/src/testdir/runtest.vim 2022-09-17 21:07:52.103993150 +0100
--- src/testdir/runtest.vim 2022-09-20 15:08:56.202142758 +0100
***************
*** 227,232 ****
--- 227,237 ----
endif
au! VimLeavePre

+ if a:test =~ '_terminal_'
+ " Terminal tests sometimes hang, give extra information
+ echoconsole 'After executing ' .. a:test
+ endif
+
" In case 'insertmode' was set and something went wrong, make sure it is
" reset to avoid trouble with anything else.
set noinsertmode
***************
*** 279,284 ****
--- 284,294 ----

exe 'cd ' . save_cwd

+ if a:test =~ '_terminal_'
+ " Terminal tests sometimes hang, give extra information
+ echoconsole 'Finished ' . a:test
+ endif
+
let message = 'Executed ' . a:test
if has('reltime')
let message ..= repeat(' ', 50 - len(message))
*** ../vim-9.0.0513/src/version.c 2022-09-20 13:51:21.355306835 +0100
--- src/version.c 2022-09-20 15:09:46.782065503 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 514,
/**/

--
hundred-and-one symptoms of being an internet addict:
107. When using your phone you forget that you don't have to use your
keyboard.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages