aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
Commit message (Expand)AuthorAge
* unittests: Move checking cores to check_child_errZyX2017-04-08
* unittests: Force GC, fix GC failures in typval_specZyX2017-04-06
* unittests: Make it easier to determine on which _spec line it crashed (#6424)Nikolai Aleksandrovich Pavlov2017-04-02
* unittests: Replace two environment variables with one TRACE_LEVELZyX2017-04-01
* unittests: Fix linter errorZyX2017-04-01
* unittests: Disable non-C-callsZyX2017-04-01
* unittests: Add trace description right to the error messageZyX2017-04-01
* unittests: Collect tracesZyX2017-04-01
* unittests: Split itp implementation into multiple functionsZyX2017-04-01
* unittests: Do not hang when error message is too longZyX2017-04-01
* ci: Do not hide ci directory (#6410)Nikolai Aleksandrovich Pavlov2017-03-31
* unittests: Add tests for dictionary indexingZyX2017-03-29
* 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: 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: 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
* buffer: Hide one of the asserts from lua parserZyX2017-02-25
* unittest: Fix linter errorsZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* Merge pull request #5826 from ZyX-I/fix-typval_encodeJames McCoy2017-01-06
|\
| * tests: Add tests for partials dumpingZyX2017-01-03
* | unittest: Fix linter errorsZyX2017-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
* unittests: Add tests for file.cZyX2016-06-24
* functests: Check logs in lua codeZyX2016-06-10
* test/unit: ensure event_init()Justin M. Keyes2016-04-25
* eval/encode: Fix writing strings starting with NL to listZyX2016-04-18
* test/unit: clean up according to luacheckMarco Hinz2015-11-23
* test: Ensure proper initialization in unit/helpers.luaThiago de Arruda2015-07-01
* tests: require luassert in the helpersJohn Szakmeister2015-03-01
* mch_early_init() -> early_init().Scott Prager2014-11-28
* unittest: increase number of retries in cimportStefan Hoffmann2014-10-30
* unittest: fix handling of pragma pack in `cimport`Stefan Hoffmann2014-10-30