To: vim_dev@googlegroups.com Subject: Patch 8.1.2403 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2403 Problem: Autocmd test fails under valgrind. Solution: Wait a bit longer. Files: src/testdir/test_autocmd.vim *** ../vim-8.1.2402/src/testdir/test_autocmd.vim 2019-12-01 15:23:07.468344489 +0100 --- src/testdir/test_autocmd.vim 2019-12-07 17:03:52.148159137 +0100 *************** *** 2253,2261 **** call WaitForAssert({-> assert_match('^xxxx', term_getline(buf, 6))}, 1000) call term_sendkeys(buf, ":let g:again = ''\:call CallTimer()\") ! call term_wait(buf) call term_sendkeys(buf, ":\") ! call term_wait(buf) call term_sendkeys(buf, ":echo g:again\") call WaitForAssert({-> assert_match('xtx', term_getline(buf, 6))}, 1000) --- 2253,2261 ---- call WaitForAssert({-> assert_match('^xxxx', term_getline(buf, 6))}, 1000) call term_sendkeys(buf, ":let g:again = ''\:call CallTimer()\") ! call term_wait(buf, 50) call term_sendkeys(buf, ":\") ! call term_wait(buf, 50) call term_sendkeys(buf, ":echo g:again\") call WaitForAssert({-> assert_match('xtx', term_getline(buf, 6))}, 1000) *** ../vim-8.1.2402/src/version.c 2019-12-06 22:17:37.472828728 +0100 --- src/version.c 2019-12-07 17:05:10.383681812 +0100 *************** *** 744,745 **** --- 744,747 ---- { /* Add new patch number below this line */ + /**/ + 2403, /**/ -- 'Psychologist' -- Someone who looks at everyone else when an attractive woman enters the room. /// 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 ///