aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
...
| * unittests: Run tv_list_join tests in case it stopped failingZyX2017-03-29
| * *: Fix some Windows-specific warningsZyX2017-03-29
| * unittests: Add tests for tv_list_idx_of_itemZyX2017-03-29
| * unittests: Add tests for tv_list_find*() functionsZyX2017-03-29
| * eval/typval: Add tv_list_equal() tests, compare NULL lists equalZyX2017-03-29
| * unittests: Test tv_list_join()ZyX2017-03-29
| * unittests: Fix tests crashZyX2017-03-29
| * eval/typval,tests: Fix extending list with itself, add testsZyX2017-03-29
| * unittests: Test tv_list_concat()ZyX2017-03-29
| * unittests: Test tv_list_copyZyX2017-03-29
| * unittests: Add tests for tv_list_insert*()/…append*() functionsZyX2017-03-29
| * unittests: Add tests for tv_list_insert()ZyX2017-03-29
| * unittests: Add tests for list watchers and list alloc/free/unrefZyX2017-03-29
| * unittests: Test tv_list_item_\* functionsZyX2017-03-29
| * eval: Move copy_tv to eval/typvalZyX2017-03-29
| * eval: Remove eval_expr() completelyZyX2017-03-29
| * *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
| * eval: Split eval.c into smaller filesZyX2017-03-29
| * build: Rename NEOVIM_* to NVIM_*Justin M. Keyes2017-03-27
* | unittests: Add tests for new fileio functionsZyX2017-03-19
* | fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX2017-03-19
* | main: Temporary fix assertion errorZyX2017-03-19
* | tests: Fix repeated_popen_r usage, rename the functionZyX2017-03-19
* | tests: Fix CI failuresZyX2017-03-19
* | functests: Check that `-s` works as expectedZyX2017-03-19
|/
* unittests: avoid using pattern matching on file namesJohn Szakmeister2017-03-16
* 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