win/test: enable more :terminal tests

To deal with SIGWINCH limitations on Windows, change some resize tests
to _shrink_ the screen width. ... But this didn't work, so still
ignoring those tests on Windows.
This commit is contained in:
Justin M. Keyes
2017-08-08 02:26:25 +02:00
parent e0763e94ad
commit d2d76882f7
3 changed files with 19 additions and 29 deletions

View File

@@ -70,7 +70,6 @@ describe('terminal buffer', function()
end)
it('cannot be modified directly', function()
if helpers.pending_win32(pending) then return end
feed('<c-\\><c-n>dd')
screen:expect([[
tty ready |
@@ -205,7 +204,6 @@ describe('terminal buffer', function()
end)
describe('No heap-buffer-overflow when using', function()
if helpers.pending_win32(pending) then return end
local testfilename = 'Xtestfile-functional-terminal-buffers_spec'
before_each(function()