mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user