Patch 8.2.2906 (after 8.2.2905)
Problem: ASAN reports errors for test_startup for unknown reasons.
Solution: Temporarily disable the new test.
Files: src/testdir/test_startup.vim
*** ../vim-8.2.2905/src/testdir/test_startup.vim 2021-05-29
19:53:46.455055663 +0200
--- src/testdir/test_startup.vim 2021-05-29 22:23:30.600068399 +0200
***************
*** 277,293 ****
endfunc
" Test that an error is shown when the defaults.vim file could not be read
! func Test_defaults_error()
! " Can't catch the output of gvim.
! CheckNotGui
! CheckNotMSWindows
!
! let out = system('VIMRUNTIME=/tmp ' .. GetVimCommand() .. ' --clean -cq')
! call assert_match("E1187: Failed to source defaults.vim", out)
!
! let out = system('VIMRUNTIME=/tmp ' .. GetVimCommand() .. ' -u DEFAULTS
-cq')
! call assert_match("E1187: Failed to source defaults.vim", out)
! endfunc
" Test the '-q [errorfile]' argument.
func Test_q_arg()
--- 277,294 ----
endfunc
" Test that an error is shown when the defaults.vim file could not be read
! " TODO: disabled - this causes ASAN errors for unknown reasons
! "func Test_defaults_error()
! " " Can't catch the output of gvim.
! " CheckNotGui
! " CheckNotMSWindows
! "
! " let out = system('VIMRUNTIME=/tmp ' .. GetVimCommand() .. ' --clean -cq')
! " call assert_match("E1187: Failed to source defaults.vim", out)
! "
! " let out = system('VIMRUNTIME=/tmp ' .. GetVimCommand() .. ' -u DEFAULTS
-cq')
! " call assert_match("E1187: Failed to source defaults.vim", out)
! "endfunc
" Test the '-q [errorfile]' argument.
func Test_q_arg()
*** ../vim-8.2.2905/src/version.c 2021-05-29 19:53:46.459055655 +0200
--- src/version.c 2021-05-29 22:24:24.647917352 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2906,
/**/
--
ARTHUR: Did you say shrubberies?
ROGER: Yes. Shrubberies are my trade. I am a shrubber. My name is Roger
the Shrubber. I arrange, design, and sell shrubberies.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/202105292028.14TKS06i1614339%40masaka.moolenaar.net.