neovim/test/functional/core
Daniel Hahler 41bb68b8e8 process_stop: uv: do not close stdin first/explicitly #10584
- process_stop: do not close stdin explicitly. The "close stdin" step was from
  aa9cb48, before we fixed/reworked the SIGTERM timing logic. So it's probably
  outdated / no longer needed.
- win: jobstop: exit_code 15
   GetExitCodeProcess appears to return the used signal.
   https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getexitcodeprocess

ref #10573
2019-08-01 13:55:06 +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 process_stop: uv: do not close stdin first/explicitly #10584 2019-08-01 13:55:06 +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