summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/core/job_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-03-05fix(tui): call tcdrain() on stdout and stderr on exit (#38154)zeertzjq1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq1
2026-01-29fix(process): avoid unexpected behavior when PTY chdir failed (#37614)zeertzjq1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-28fix(process): avoid buffering unnecessary UI event with PTY CWD (#37582)zeertzjq1
2026-01-20test: fail CI if .nvimlog is not empty (#37470)zeertzjq1
2026-01-14test: remove non-actionable tests from "pending" list #37384Justin M. Keyes1
2026-01-13fix(shell): ceci n'est pas une pipebfredl1
2026-01-12fix(channel): unreference list after callback finishes (#37358)zeertzjq1
2025-10-14fix(jobs): jobstart(term=true) accepts width/height #33904phanium1
2025-07-16test(tui_spec): flakiness, global highlight definitions #34958luukvbaal1
2025-03-18docs: misc #32959Justin M. Keyes1
2025-03-13test: reduce flakiness in blocking wait tests (#32868)zeertzjq1
2025-02-11refactor(tests): drop os_kill #32401Justin M. Keyes1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2025-01-01fix(jobs): do not block UI when jobwait() doesn't block (#31803)Gregory Anders1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-15refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes1
2024-05-26refactor(tests): more global highlight definitionsbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-01test(core/job_spec): skip exit test if "sleep" command missing (#28137)zeertzjq1
2024-03-30test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-02-26fix(process): start pty process eof timer on main thread (#27625)zeertzjq1
2024-02-12refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-18test(core/job_spec): fix flakiness (#26623)zeertzjq1
2023-12-12fix(stream): do not close handle if it is already closing (#26537)Gregory Anders1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-08test: use termopen() instead of :terminal more (#26462)zeertzjq1
2023-11-10fix(f_wait): flush UI before blocking (#25962)zeertzjq1
2023-11-08fix(job-control): make jobwait() flush UI after hiding cursor (#25927)zeertzjq1
2023-03-13test: unskip working Windows tests (#22537)dundargoc1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-08-18revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq1
2022-08-13vim-patch:7.4.1168 (#19645)zeertzjq1
2022-07-16test(job_spec): accept alternate messages for "append environment" testsJames McCoy1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1