test: unskip tests on Windows (#18600)

Remove the command('qall!') from mksession_spec.lua because it prevents
helpers.rmdir() from retrying.

Allow extra trailing spaces when matching terminal lines.
This commit is contained in:
zeertzjq
2022-05-18 12:57:04 +08:00
committed by GitHub
parent b70856009d
commit 6e414b698c
8 changed files with 5 additions and 14 deletions

View File

@@ -53,7 +53,6 @@ describe('startup', function()
]])
end)
it('in a TTY: has("ttyin")==1 has("ttyout")==1', function()
if helpers.pending_win32(pending) then return end
local screen = Screen.new(25, 4)
screen:attach()
if iswin() then
@@ -105,7 +104,6 @@ describe('startup', function()
end)
end)
it('input from pipe (implicit) #7679', function()
if helpers.pending_win32(pending) then return end
local screen = Screen.new(25, 4)
screen:attach()
if iswin() then
@@ -261,7 +259,6 @@ describe('startup', function()
end)
it('ENTER dismisses early message #7967', function()
if helpers.pending_win32(pending) then return end
local screen
screen = Screen.new(60, 6)
screen:attach()
@@ -494,7 +491,6 @@ describe('sysinit', function()
end)
it('fixed hang issue with -D (#12647)', function()
if helpers.pending_win32(pending) then return end
local screen
screen = Screen.new(60, 7)
screen:attach()