aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/job_spec.lua
Commit message (Expand)AuthorAge
* test: unskip working Windows tests (#22537)dundargoc2023-03-13
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
* vim-patch:7.4.1168 (#19645)zeertzjq2022-08-13
* test(job_spec): accept alternate messages for "append environment" testsJames McCoy2022-07-16
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* test(job_spec): remove Xtest_jobstart_env log filezeertzjq2022-05-29
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* docs: typo fixes (#17859)dundargoc2022-04-15
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* test: remove checks to see if current CI job is travis or appveyorDundar Göc2022-02-17
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* Add test case for 'null' stdin modeGregory Anders2021-07-12
* test(job_spec): Test handling of case-insensitively matching env varsJames McCoy2021-05-18
* api: fix use-after-free in nvim_chan_sendBjörn Linse2021-04-04
* test(job): Ensure job-specific env var overrides global env varJames McCoy2021-01-31
* Pass environment on to pty processes on WindowsJames McCoy2021-01-31
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* test: Fix failing test in case of special .bashrc (#12920)Omri Sarig2020-09-28
* Fix f_jobstop() failed loudlyBilly Su2020-01-22
* system(), jobstart(): raise error on non-executable #11234Daniel Hahler2019-12-24
* Add negative test for type of job's env optionJames McCoy2019-12-12
* test: new test for setting environmentMatthieu Coudron2019-12-11
* tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler2019-10-18
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* tests: fix system_spec when run with clipboard manager (#10956)Daniel Hahler2019-09-12
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* test: is_os() #10933Justin M. Keyes2019-09-04
* test: enable "exit event follows stdout, stderr" [ci skip] #10929Justin M. Keyes2019-09-03
* jobwait(): fix race if job exits before waiting on itJustin M. Keyes2019-09-03
* test/job_spec: improve visibility of flaky testJustin M. Keyes2019-09-03
* CI/OpenBSD: run functional testsEdd Barrett2019-09-01
* Change to output status on failureerw72019-08-16
* windows: ok(#children >= 3 and #chidlen <= 5)erw72019-08-16
* windows: ok(#children >= 4 and #children <= 5)Daniel Hahler2019-08-16
* tests: fix/improve "jobwait returns -1 when timed out" #10767Daniel Hahler2019-08-14
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* test: isCI(): add "name" parameterJustin M. Keyes2019-08-05
* process_stop: uv: do not close stdin first/explicitly #10584Daniel Hahler2019-08-01
* vim-patch:8.1.0572: stopping a job does not work properly on OpenBSDDaniel Hahler2019-07-30
* tests: use "cat" also on WindowsDaniel Hahler2019-07-26
* channel: refactor events, prevent recursive invocation of eventsBjörn Linse2019-06-18
* jobstart(): Fix hang on non-executable cwd #9204Tommy Allen2018-11-07
* win: test: SIGWINCH is noisy #7506Justin M. Keyes2018-11-01
* test/win: job_spec: increase jobwait() timeoutJustin M. Keyes2018-09-05
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* channel: avoid references to non-rooted vimL list with outputBjörn Linse2018-05-17
* Merge #8120 'test: win: prefer cmd.exe'Justin M. Keyes2018-04-15
|\