aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/job_spec.lua
Commit message (Expand)AuthorAge
* fix(jobs): do not block UI when jobwait() doesn't block (#31803)Gregory Anders2025-01-01
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* refactor(tests): more global highlight definitionsbfredl2024-05-26
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test(core/job_spec): skip exit test if "sleep" command missing (#28137)zeertzjq2024-04-01
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* fix(stream): do not close handle if it is already closing (#26537)Gregory Anders2023-12-12
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(job-control): make jobwait() flush UI after hiding cursor (#25927)zeertzjq2023-11-08
* 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