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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220923222016.3C3891C0674%40moolenaar.net.