To: vim_dev@googlegroups.com Subject: Patch 8.2.2477 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2477 Problem: Autocommand tests hang on MS-Windows. Solution: Skip a couple of tests. Fix file name. Files: src/testdir/test_autocmd.vim *** ../vim-8.2.2476/src/testdir/test_autocmd.vim 2021-02-07 12:12:39.377215418 +0100 --- src/testdir/test_autocmd.vim 2021-02-07 13:28:51.271350036 +0100 *************** *** 2761,2766 **** --- 2761,2769 ---- " Fuzzer found some strange combination that caused a crash. func Test_autocmd_normal_mess() + " For unknown reason this hangs on MS-Windows + CheckNotMSWindows + augroup aucmd_normal_test au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc augroup END *************** *** 2775,2780 **** --- 2778,2786 ---- endfunc func Test_autocmd_closing_cmdwin() + " For unknown reason this hangs on MS-Windows + CheckNotMSWindows + au BufWinLeave * nested q call assert_fails("norm 7q?\n", 'E855:') *************** *** 2789,2795 **** au QuickfixCmdPre,BufNew,BufDelete,BufReadCmd * q9 augroup END %bwipe! ! call assert_fails('lv?a?', 'E926:') augroup aucmd_vimgrep au! --- 2795,2801 ---- au QuickfixCmdPre,BufNew,BufDelete,BufReadCmd * q9 augroup END %bwipe! ! call assert_fails('lv ?a? foo', 'E926:') augroup aucmd_vimgrep au! *** ../vim-8.2.2476/src/version.c 2021-02-07 12:12:39.377215418 +0100 --- src/version.c 2021-02-07 13:23:41.804399291 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2477, /**/ -- A real patriot is the fellow who gets a parking ticket and rejoices that the system works. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///