To: vim_dev@googlegroups.com Subject: Patch 8.2.0749 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///