Bram Moolenaar
unread,Feb 7, 2021, 7:33:24 AM2/7/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
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