neovim/test/functional/core
Daniel Hahler 6e01ed6a4c vim-patch:8.1.0572: stopping a job does not work properly on OpenBSD
Problem:    Stopping a job does not work properly on OpenBSD.
Solution:   Do not use getpgid() to check the process group of the job
            processs ID, always pass the negative process ID to kill().
            (George Koehler, closes vim/vim#3656)
76ab4fd619

Ref: https://github.com/neovim/neovim/issues/9704
Ref: https://github.com/neovim/neovim/issues/10182#issuecomment-514450069
Closes https://github.com/neovim/neovim/pull/10660
2019-07-30 18:41:38 +02:00
..
channels_spec.lua test: remove use of require('test.helpers') 2019-05-18 15:48:13 +02:00
exit_spec.lua test: lua test for vim-patch:8.0.0184 2018-03-24 23:06:09 +01:00
fileio_spec.lua os/fs: introduce os_fopen() 2019-07-25 22:32:23 +02:00
job_spec.lua vim-patch:8.1.0572: stopping a job does not work properly on OpenBSD 2019-07-30 18:41:38 +02:00
main_spec.lua terminal: swap priority of terminal, editor highlights 2019-05-02 09:56:22 +02:00
path_spec.lua test: avoid extra clear() calls 2017-10-02 01:46:16 +02:00
spellfile_spec.lua test: cleanup 2019-05-05 23:01:35 +02:00
startup_spec.lua main: do event_init before early_init #10183 2019-06-12 14:22:42 +02:00