Skip to content

Commit dfc3db7

Browse files
committed
patch 8.2.2475: autocommand tests hangs on MS-Windows
Problem: Autocommand tests hangs on MS-Windows. Solution: Skip one test.
1 parent 2c7080b commit dfc3db7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_autocmd.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,6 +2761,9 @@ endfunc
27612761

27622762
" Fuzzer found some strange combination that caused a crash.
27632763
func Test_autocmd_normal_mess()
2764+
" TODO: why does this hang on Windows?
2765+
CheckNotMSWindows
2766+
27642767
augroup aucmd_normal_test
27652768
au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc
27662769
augroup END

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2475,
753755
/**/
754756
2474,
755757
/**/

0 commit comments

Comments
 (0)