Merge pull request #25270 from bfredl/indeterminism

fix(test): fix "indeterminism" warnings in UI tests
This commit is contained in:
bfredl 2023-09-21 09:36:41 +02:00 committed by GitHub
commit f246cf029f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1275,6 +1275,7 @@ describe('cmdheight=0', function()
it('with multigrid', function() it('with multigrid', function()
clear{args={'--cmd', 'set cmdheight=0'}} clear{args={'--cmd', 'set cmdheight=0'}}
screen:attach{ext_multigrid=true} screen:attach{ext_multigrid=true}
meths.buf_set_lines(0, 0, -1, true, {'p'})
screen:expect{grid=[[ screen:expect{grid=[[
## grid 1 ## grid 1
[2:-------------------------]| [2:-------------------------]|
@ -1283,7 +1284,7 @@ describe('cmdheight=0', function()
[2:-------------------------]| [2:-------------------------]|
[2:-------------------------]| [2:-------------------------]|
## grid 2 ## grid 2
^ | ^p |
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
@ -1302,7 +1303,7 @@ describe('cmdheight=0', function()
[2:-------------------------]| [2:-------------------------]|
[3:-------------------------]| [3:-------------------------]|
## grid 2 ## grid 2
| {6:p} |
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
@ -1427,7 +1428,21 @@ describe('cmdheight=0', function()
| |
]]) ]])
command('set cmdheight=0') command('set cmdheight=0')
screen:expect{grid=[[
^ |
{1:~ }|
{1:~ }|
{1:~ }|
{2:[No Name] }|
]]}
command('resize -1') command('resize -1')
screen:expect{grid=[[
^ |
{1:~ }|
{1:~ }|
{2:[No Name] }|
|
]]}
command('resize +1') command('resize +1')
screen:expect([[ screen:expect([[
^ | ^ |