From: zeertzjq Date: Sat, 15 Apr 2023 20:28:02 +0000 (+0100) Subject: patch 9.0.1456: shortmess test depends on order of test execution X-Git-Tag: v9.0.1456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657b31fa3bda2089fef18c30fc706abe5d57e865;p=thirdparty%2Fvim.git patch 9.0.1456: shortmess test depends on order of test execution Problem: Shortmess test depends on order of test execution. Solution: Clear messages. (closes #12264) --- diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index f2a763add5..176d2823d6 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim @@ -54,6 +54,9 @@ if has('timers') endfunc func Test_cursorhold_insert() + " depends on timing + let g:test_is_flaky = 1 + " Need to move the cursor. call feedkeys("ggG", "xt") @@ -4215,6 +4218,7 @@ func SetupVimTest_shm() let g:bwe = [] let g:brp = [] set shortmess+=F + messages clear let dirname='XVimTestSHM' call mkdir(dirname, 'R') diff --git a/src/version.c b/src/version.c index 50773f8444..35c1eea95a 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1456, /**/ 1455, /**/