aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* Add new functionality to the `=` marker in the STLTJ DeVries2016-06-14
* functests: Check logs in lua codeZyX2016-06-10
* unittests: Also remove event_teardownZyX2016-05-31
* Merge pull request #4198 from daynin/string-testsJustin M. Keyes2016-05-29
|\
| * add test for vim_strsave_escaped() functionSergey Golovin2016-05-29
* | os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
* | test/functional: clear the temp directory before each tempfile testJohn Szakmeister2016-05-06
* | Merge pull request #4654 from KillTheMule/testlintJustin M. Keyes2016-05-06
|\ \
| * | Satisfy testlint.KillTheMule2016-04-28
* | | vim-patch:7.4.672KillTheMule2016-05-02
|/ /
* | test/unit: ensure event_init()Justin M. Keyes2016-04-25
* | test: shell_spec: rename variableJustin M. Keyes2016-04-24
* | Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* | eval/encode: Make sure that encoder can encode NULL variablesZyX2016-04-18
* | functests: Replace \xXX escapes with \DDD in lua codeZyX2016-04-18
* | eval/decode: Do not overflow when parsing `-`ZyX2016-04-18
* | eval/decode: Make sure that error messages do not cause overflowZyX2016-04-18
* | eval/decode: Make sure that parsing strings does not overflowZyX2016-04-18
* | eval/decode: Avoid overflow when parsing incomplete null/true/falseZyX2016-04-18
* | eval/encode: Fix writing strings starting with NL to listZyX2016-04-18
* | mbyte_spec.lua: Fix indentationoni-link2016-04-17
* | mbyte_spec.lua: Fix wordingoni-link2016-04-17
* | mbyte.c: Unittest for utfc_ptr2char_len()oni-link2016-04-15
* | buffer.c: change return type to boolCharles Joachim2016-04-03
|/
* Tests: fix according to lualintMarco Hinz2016-02-02
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* test: sys/fcntl.h -> fcntl.hMichael Reed2016-01-14
* shell: Unquote &shell* options before using themZyX2016-01-11
* Use libuv errors instead of errno in unit testsRui Abreu Ferreira2015-11-25
* test/unit: clean up according to luacheckMarco Hinz2015-11-23
* Start adding unit testsWayne Rowcliffe2015-11-11
* os/fs: Allow os_mkdir_recurse directory name to end with ///ZyX2015-10-23
* test: os_system: spec for non-zero exit. #3419Russ Adams2015-10-04
* os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
* os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
* test: more cases for os_file_is_readonly()Justin M. Keyes2015-08-17
* test: cover os_file_is_readable()Justin M. Keyes2015-08-17
* queue: Implement a more flexible event queueThiago de Arruda2015-08-13
* test: fix pending() invocationsJustin M. Keyes2015-08-09
* os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* test: Ensure proper initialization in unit/helpers.luaThiago de Arruda2015-07-01
* tests: Use pending() instead of silently skipping test. #2737Florian Walch2015-05-29
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* tests: Fix test setup/teardown in path_spec.lua #2402David Bürgin2015-04-12
* Use lfs.currentdir() to fix symlink test fail.Rich Churcher2015-04-01
* path_fix_case: unit testScott Prager2015-03-31
* refactor: add tests for env_expand_escbobtwinkles2015-03-24