mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Windows: enable more tests
This commit is contained in:
@@ -8,8 +8,6 @@ local nvim_prog, command, funcs = helpers.nvim_prog, helpers.command, helpers.fu
|
||||
local source, next_message = helpers.source, helpers.next_message
|
||||
local meths = helpers.meths
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe('server -> client', function()
|
||||
local cid
|
||||
|
||||
@@ -212,6 +210,8 @@ describe('server -> client', function()
|
||||
funcs.jobstop(jobid)
|
||||
end)
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
it('rpc and text stderr can be combined', function()
|
||||
eq("ok",funcs.rpcrequest(jobid, "poll"))
|
||||
funcs.rpcnotify(jobid, "ping")
|
||||
|
||||
Reference in New Issue
Block a user