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 -- [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/20220920141129.BD01B1C04B1%40moolenaar.net.

Raspunde prin e-mail lui