aboutsummaryrefslogtreecommitdiff
path: root/test/functional/job
Commit message (Expand)AuthorAge
* job control: add tests for 'jobpid' and 'detach'Björn Linse2016-01-20
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
* eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
* test: lower sleep value in job testThiago de Arruda2015-07-16
* tests: Use new write_file() function in tests.Lucas Hoffmann2015-06-30
* doc: Fix some typos and trailing whitespace. #2875Lucas Hoffmann2015-06-21
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* term: use an argument vector for termopen().Scott Prager2015-05-02
* Remove all references to JobActivityMarco Hinz2015-04-11
* test: Remove indeterminism in job_spec.lua pty testsThiago de Arruda2015-04-11
* eval: Fix `jobwait()`Thiago de Arruda2015-04-11
* test: Remove indeterminism from `jobwait` testsThiago de Arruda2015-04-02
* eval: Implement `jobclose()` vimscript functionThiago de Arruda2015-03-29
* eval: Implement `jobwait()` vimscript functionThiago de Arruda2015-03-29
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* test: Add terminal testsThiago de Arruda2015-03-25
* test: Improve functional test debuggability and efficiencyThiago de Arruda2015-03-24
* test: Fix tty-test programThiago de Arruda2015-03-24
* jobsend: Don't append extra newline after last itemBjörn Linse2015-03-03
* tests: don't hardcode the path to tty-testJohn Szakmeister2015-02-28
* test: mark job/pty test as pending #2058Numkil2015-02-26
* job: Allow spawning jobs connected to pseudo terminalsThiago de Arruda2015-02-23
* eval: Fix buffering of data in job autocommandsThiago de Arruda2015-02-23
* test: Mark unreliable test as pending in job_spec.luaThiago de Arruda2015-01-29
* test: Fix problems in job_spec.luaThiago de Arruda2014-11-21
* job_spec: Fix bad test.Scott Prager2014-11-07
* job: Let vimL jobsend() accept a list.Scott Prager2014-11-07
* job: Make v:job_data[2] a list.Scott Prager2014-11-07
* job: Only force-close stdout/stderr when the job exitsThiago de Arruda2014-11-07
* test/job: Implement some basic jobs tests.Scott Prager2014-10-28