summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/core/job_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-08-18revert: "jobstart(): Fix hang on non-executable cwd #9204"zeertzjq1
2022-07-17test(job_spec): accept alternate messages for "append environment" testsJames McCoy1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-06-16[Backport release-0.7] introduce $NVIM, unset $NVIM_LISTEN_ADDRESS (#18986)github-actions[bot]1
2022-04-15docs: typo fixes (#17859)dundargoc1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2022-02-17test: remove checks to see if current CI job is travis or appveyorDundar Göc1
2021-09-01feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes1
2021-07-12Add test case for 'null' stdin modeGregory Anders1
2021-05-18test(job_spec): Test handling of case-insensitively matching env varsJames McCoy1
2021-04-04api: fix use-after-free in nvim_chan_sendBjörn Linse1
2021-01-31test(job): Ensure job-specific env var overrides global env varJames McCoy1
2021-01-31Pass environment on to pty processes on WindowsJames McCoy1
2021-01-31Use dict_T to pass env vars to process spawning codeJames McCoy1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2020-09-28test: Fix failing test in case of special .bashrc (#12920)Omri Sarig1
2020-01-22Fix f_jobstop() failed loudlyBilly Su1
2019-12-24system(), jobstart(): raise error on non-executable #11234Daniel Hahler1
2019-12-12Add negative test for type of job's env optionJames McCoy1
2019-12-11test: new test for setting environmentMatthieu Coudron1
2019-10-18tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler1
2019-10-13tests/ui: remove unnecessary screen:detach()Björn Linse1
2019-09-12tests: fix system_spec when run with clipboard manager (#10956)Daniel Hahler1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2019-09-04test: is_os() #10933Justin M. Keyes1
2019-09-03test: enable "exit event follows stdout, stderr" [ci skip] #10929Justin M. Keyes1
2019-09-03jobwait(): fix race if job exits before waiting on itJustin M. Keyes1
2019-09-03test/job_spec: improve visibility of flaky testJustin M. Keyes1
2019-09-01CI/OpenBSD: run functional testsEdd Barrett1
2019-08-16Change to output status on failureerw71
2019-08-16windows: ok(#children >= 3 and #chidlen <= 5)erw71
2019-08-16windows: ok(#children >= 4 and #children <= 5)Daniel Hahler1
2019-08-14tests: fix/improve "jobwait returns -1 when timed out" #10767Daniel Hahler1
2019-08-09channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler1
2019-08-05test: isCI(): add "name" parameterJustin M. Keyes1
2019-08-01process_stop: uv: do not close stdin first/explicitly #10584Daniel Hahler1
2019-07-30vim-patch:8.1.0572: stopping a job does not work properly on OpenBSDDaniel Hahler1
2019-07-26tests: use "cat" also on WindowsDaniel Hahler1
2019-06-18channel: refactor events, prevent recursive invocation of eventsBjörn Linse1
2018-11-07jobstart(): Fix hang on non-executable cwd #9204Tommy Allen1
2018-11-01win: test: SIGWINCH is noisy #7506Justin M. Keyes1
2018-09-05test/win: job_spec: increase jobwait() timeoutJustin M. Keyes1
2018-08-27tests: introduce screen:expect{...} formBjörn Linse1
2018-05-17channel: avoid references to non-rooted vimL list with outputBjörn Linse1
2018-04-15Merge #8120 'test: win: prefer cmd.exe'Justin M. Keyes1
2018-04-12channels: delay free so that libuv can cleanup handlesBjörn Linse1
2018-03-26test: win: enable jobpid() testsJan Edmund Lazo1
2018-03-26fixup: ping.exe works with cmd.exe pipeJan Edmund Lazo1
2018-03-26Revert "test/win: use cmd.exe for test"Jan Edmund Lazo1
2018-03-26test: win: use find.exe /v "" as alternative cat -Jan Edmund Lazo1