Windows: enable more tests

This commit is contained in:
Justin M. Keyes
2017-01-12 05:08:19 +01:00
parent cc7f1aba46
commit 82edcb593b
6 changed files with 33 additions and 27 deletions

View File

@@ -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")