neovim/test/functional
James McCoy 94deea8da0
fix(test/tui_spec): pass the expected NULL-sentinel to execl()
Since execl() is a variadic function, it requries a NULL-terminal to
indicate the end of its argument list, c.f. exec(3)

> The first argument, by convention, should point to the filename
> associated with the file being executed.  The list of arguments *must*
> be terminated by a null pointer

This fixes the failure seen on aarch64 and i386, due to garbage data
being considered part of the variadic arguments.

(cherry picked from commit 8861ad83fd)
2024-01-06 09:45:05 -05:00
..
api fix(api): don't set coladd of mark 2023-12-19 00:01:25 +00:00
autocmd test: fix dependencies between test cases 2023-12-07 07:38:08 +00:00
core fix(defaults): set 'fsync' #26039 2023-11-14 03:34:59 -08:00
editor test: fix dependencies between test cases 2023-12-07 07:38:08 +00:00
ex_cmds fix(remote): make --remote-expr print to stdout 2023-06-11 07:30:08 +00:00
fixtures NVIM v0.9.0 2023-04-07 13:26:29 +02:00
legacy vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows 2023-10-04 06:30:24 +08:00
lua feat(vim.deprecate): only issue warning if neovim version is high enough 2024-01-03 13:28:47 +01:00
options test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
plugin test: fix dependencies between test cases 2023-12-07 07:38:08 +00:00
provider test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
shada test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
terminal fix(test/tui_spec): pass the expected NULL-sentinel to execl() 2024-01-06 09:45:05 -05:00
treesitter [Backport release-0.9] fix: vim.treesitter.get_node() now correctly takes opts.lang (#26382) 2023-12-04 10:03:55 +01:00
ui fix(options): setting 'scroll' with resized grid 2023-12-20 22:15:52 +08:00
vimscript test(functional): remove faulty pending check 2023-12-30 19:07:21 +01:00
example_spec.lua
helpers.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00