Patch 9.0.0565

2 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 23, 2022, 6:20:29 PM9/23/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages