aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testing.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0666: assert_equal() doesn't show multibyte string correctly (#...zeertzjq2024-08-10
* vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq2024-07-05
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(IWYU): fix headersdundargoc2024-01-11
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: follow style guidedundargoc2023-11-19
* build: bump uncrustify versiondundargoc2023-11-19
* build: remove PVSdundargoc2023-11-12
* build: remove LOG_LIST_ACTIONS option and related codedundargoc2023-05-28
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* vim-patch:9.0.1511: crash when using wrong arg types to assert_match() (#23507)zeertzjq2023-05-06
* vim-patch:9.0.1507: assert message is confusing with boolean resultzeertzjq2023-05-05
* vim-patch:9.0.0846: using assert_fails() may cause hit-enter promptzeertzjq2023-05-05
* vim-patch:9.0.0404: crash when passing invalid arguments to assert_fails()zeertzjq2023-05-05
* vim-patch:9.0.0213: using freed memory with error in assert argumentzeertzjq2023-05-05
* vim-patch:8.2.1953: Vim9: extra "unknown" error after other errorzeertzjq2023-05-05
* vim-patch:8.2.4397: crash when using many composing characters in error messa...zeertzjq2023-05-05
* vim-patch:8.2.3221: Vim9: argument types are not checked at compile time (#23...zeertzjq2023-05-05
* vim-patch:8.2.1697: inconsistent capitalization of error messages (#23476)zeertzjq2023-05-04
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* vim-patch:9.0.1245: code is indented more than necessary (#21998)zeertzjq2023-01-26
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* vim-patch:8.2.5102: interrupt not caught in testzeertzjq2022-11-30
* refactor: replace char_u with charDundar Göc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq2022-11-11
* vim-patch:8.2.1632: not checking the context of test_fails()zeertzjq2022-11-05
* vim-patch:8.2.1631: test_fails() does not check the context of the line numberzeertzjq2022-11-05
* vim-patch:8.2.1484: flaky failure in assert_fails()zeertzjq2022-11-05
* vim-patch:8.2.1479: Vim9: error for list index uses wrong line numberzeertzjq2022-11-05
* vim-patch:8.2.1199: not all assert functions are fully testedzeertzjq2022-11-05
* vim-patch:partial:8.2.1183: assert_fails() checks the last error messagezeertzjq2022-11-05
* vim-patch:8.2.4234: test_garbagecollect_now() does not check v:testingzeertzjq2022-10-27
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Goc2022-08-25
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq2022-08-15
* vim-patch:8.2.1297: when a test fails it's often not easy to see wherezeertzjq2022-08-15
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* vim-patch:8.2.0969: assert_equal() output for dicts is hard to figure out (#1...zeertzjq2022-07-13
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13