mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
win: test: XXX: Disable some tests.
This commit is contained in:
parent
32c7971b2a
commit
7637df4b59
@ -97,6 +97,7 @@ describe('jobs', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('returns -1 when target is not executable #5465', function()
|
it('returns -1 when target is not executable #5465', function()
|
||||||
|
if helpers.pending_win32(pending) then return end
|
||||||
local function new_job()
|
local function new_job()
|
||||||
return eval([[jobstart('')]])
|
return eval([[jobstart('')]])
|
||||||
end
|
end
|
||||||
@ -356,6 +357,7 @@ describe('jobs', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('does not repeat output with slow output handlers', function()
|
it('does not repeat output with slow output handlers', function()
|
||||||
|
if helpers.pending_win32(pending) then return end
|
||||||
source([[
|
source([[
|
||||||
let d = {'data': []}
|
let d = {'data': []}
|
||||||
function! d.on_stdout(job, data, event) dict
|
function! d.on_stdout(job, data, event) dict
|
||||||
@ -500,6 +502,7 @@ describe('jobs', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
describe('with timeout argument', function()
|
describe('with timeout argument', function()
|
||||||
|
if helpers.pending_win32(pending) then return end
|
||||||
it('will return -1 if the wait timed out', function()
|
it('will return -1 if the wait timed out', function()
|
||||||
source([[
|
source([[
|
||||||
call rpcnotify(g:channel, 'wait', jobwait([
|
call rpcnotify(g:channel, 'wait', jobwait([
|
||||||
@ -541,6 +544,7 @@ describe('jobs', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
describe('running tty-test program', function()
|
describe('running tty-test program', function()
|
||||||
|
if helpers.pending_win32(pending) then return end
|
||||||
local function next_chunk()
|
local function next_chunk()
|
||||||
local rv
|
local rv
|
||||||
while true do
|
while true do
|
||||||
|
Loading…
Reference in New Issue
Block a user