aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* unittests: Fix linter errorZyX2017-03-12
* unittests: Allow running `ffi.cdef` in the main processZyX2017-03-12
* unittests: Move filtering cdefs to main processZyX2017-03-12
* unittests: Use more adequate names for some functionsZyX2017-03-12
* unittests: Fix linter errorsZyX2017-03-11
* unittests: Update test/unit/message_spec.luaZyX2017-03-11
* unittests: Do not use which, add data to paths.lua.in insteadZyX2017-03-11
* unittests: Always close all pipesZyX2017-03-11
* unittests: Do not import libnvim or headers in main processZyX2017-03-11
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittests: Run all unit tests in their own processesZyX2017-03-11
* unittests: Do not run failing test at allZyX2017-03-11
* unittests: Fix lint errorsZyX2017-03-11
* unittests: Allow failing test to failZyX2017-03-11
* unittests: Log syscalls if requestedZyX2017-03-11
* unittests: Use own bindings to libc syscall wrappersZyX2017-03-11
* unittests: Do not use syscall library: does not work well with cimportZyX2017-03-11
* unittests: Try using syscall library instead (ffi-based)ZyX2017-03-11
* unittests: Pause garbage collector while executing testsZyX2017-03-11
* unittests: Run tests in a separate processZyX2017-03-11
* vim-patch:7.4.2068James McCoy2017-03-06
* vim-patch:7.4.2051James McCoy2017-03-06
* test: luacheck updateJustin M. Keyes2017-03-01
* buffer: Hide one of the asserts from lua parserZyX2017-02-25
* unittest: Filter out standard defines so that they do not spam stderr (#6113)Nikolai Aleksandrovich Pavlov2017-02-15
* build: Do not force busted into front of $PATHJustin M. Keyes2017-02-04
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* xstrlcat: Allow overlapped pointers. (#6017)Justin M. Keyes2017-01-31
* test: expand_env_esc()Justin M. Keyes2017-01-21
* unittest: Fix linter errorsZyX2017-01-07
* unittest,memory: Fix testsZyX2017-01-07
* unittest: Add failing test for freeing dictionaries in a listZyX2017-01-07
* unittest: Add dict_items functionZyX2017-01-07
* unittest: Add failing test of freeing listsZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* Merge pull request #5826 from ZyX-I/fix-typval_encodeJames McCoy2017-01-06
|\
| * unittests: Fix linter errorsZyX2017-01-03
| * tests: Add tests for partials dumpingZyX2017-01-03
* | path.c: `vim_FullName()`: Fix heap overflow #5737nfnty2017-01-05
* | unittest: Fix linter errorsZyX2017-01-03
* | unittest: Refactor preprocess.luaZyX2017-01-03
* | unittest: Move nil checks to Gcc:preprocessZyX2017-01-03
* | unittest: Record previous defines in another placeZyX2017-01-03
* | unittest: Allow multiple indirect includesZyX2017-01-03
|/
* Tests: make unit tests work on macOS SierraMarco Hinz2016-12-29
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* shell_escape: rename; refactorJustin M. Keyes2016-09-11
* system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10