Patch 8.2.0749
Problem: TERM signal test fails on FreeBSD.
Solution: Do not check the messages, the may appear anywhere. (Dominique
Pelle, closes #6075)
Files: src/testdir/test_signals.vim
*** ../vim-8.2.0748/src/testdir/test_signals.vim 2020-05-12
14:41:58.875062794 +0200
--- src/testdir/test_signals.vim 2020-05-13 16:52:13.494487305 +0200
***************
*** 136,143 ****
call assert_false(filereadable('Xsig_TERM'))
exe 'silent !kill -s TERM ' .. pid_vim
- call WaitForAssert({-> assert_equal('Vim: Caught deadly signal TERM',
term_getline(buf, 1))})
- call WaitForAssert({-> assert_match('Vim: preserving files\.\.\.$',
term_getline(buf, 2))})
call WaitForAssert({-> assert_true(filereadable('.Xsig_TERM.swp'))})
" Don't call StopVimInTerminal() as it expects job to be still running.
--- 136,141 ----
*** ../vim-8.2.0748/src/version.c 2020-05-13 16:34:10.401723784 +0200
--- src/version.c 2020-05-13 16:53:31.202280571 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 749,
/**/
--
Bare feet magnetize sharp metal objects so they point upward from the
floor -- especially in the dark.
/// 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/202005131454.04DEskLm011166%40masaka.moolenaar.net.