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
--
--
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/202102071233.117CXHeB2828132%40masaka.moolenaar.net.