To: vim_dev@googlegroups.com Subject: Patch 9.0.0565 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0565 Problem: Cscope test causes problems when code for test timeout timer is included (even when commented out). Solution: Disable part of the cscope test for now. Files: src/testdir/test_cscope.vim *** ../vim-9.0.0564/src/testdir/test_cscope.vim 2022-09-17 21:07:52.103993150 +0100 --- src/testdir/test_cscope.vim 2022-09-23 23:15:56.130339195 +0100 *************** *** 243,249 **** " Test: 'csprg' option " Skip this with valgrind, it causes spurious leak reports ! if !RunningWithValgrind() call assert_equal('cscope', &csprg) set csprg=doesnotexist call assert_fails('cscope add Xcscope2.out', 'E262:') --- 243,250 ---- " Test: 'csprg' option " Skip this with valgrind, it causes spurious leak reports ! " FIXME: this causes failures when timers are used ! if !RunningWithValgrind() && 0 call assert_equal('cscope', &csprg) set csprg=doesnotexist call assert_fails('cscope add Xcscope2.out', 'E262:') *** ../vim-9.0.0564/src/version.c 2022-09-23 21:26:36.293344160 +0100 --- src/version.c 2022-09-23 23:17:38.482120354 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 565, /**/ -- hundred-and-one symptoms of being an internet addict: 150. You find yourself counting emoticons to get to sleep. /// Bram Moolenaar -- Bram@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 ///