To: vim_dev@googlegroups.com Subject: Patch 8.2.2906 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///