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)
This commit is contained in:
@ -54,6 +54,9 @@ if has('timers')
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_cursorhold_insert()
|
func Test_cursorhold_insert()
|
||||||
|
" depends on timing
|
||||||
|
let g:test_is_flaky = 1
|
||||||
|
|
||||||
" Need to move the cursor.
|
" Need to move the cursor.
|
||||||
call feedkeys("ggG", "xt")
|
call feedkeys("ggG", "xt")
|
||||||
|
|
||||||
@ -4215,6 +4218,7 @@ func SetupVimTest_shm()
|
|||||||
let g:bwe = []
|
let g:bwe = []
|
||||||
let g:brp = []
|
let g:brp = []
|
||||||
set shortmess+=F
|
set shortmess+=F
|
||||||
|
messages clear
|
||||||
|
|
||||||
let dirname='XVimTestSHM'
|
let dirname='XVimTestSHM'
|
||||||
call mkdir(dirname, 'R')
|
call mkdir(dirname, 'R')
|
||||||
|
|||||||
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1456,
|
||||||
/**/
|
/**/
|
||||||
1455,
|
1455,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user