neovim/test/functional/lua
Justin M. Keyes bbf208784c tests: skip watch.watchdirs test on macos 14 CI
Problem:
Strange failure only in macos 14 CI

    FAILED   test/functional/lua/watch_spec.lua @ 82: vim._watch watchdirs() detects file changes
    test/functional/lua/watch_spec.lua:149: Expected objects to be the same.
    Passed in:
    (table: 0x0116023758) {
     *[1] = {
        [change_type] = 3
       *[path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/nvim_KFMvPbXk9a' }
      [2] = {
        [change_type] = 3
        [path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/file' } }
    Expected:
    (table: 0x010d9d6548) {
     *[1] = {
        [change_type] = 1
       *[path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/file' }
      [2] = {
        [change_type] = 3
        [path] = '/Users/runner/work/neovim/neovim/build/Xtest_tmpdir/nvim_KFMvPbXk9a/file' } }

    stack traceback:
            test/functional/lua/watch_spec.lua:149: in function <test/functional/lua/watch_spec.lua:82>

Solution:
Skip test for that exact version.
2024-10-02 16:41:01 +02:00
..
api_spec.lua refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
base64_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
buffer_updates_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
command_line_completion_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
commands_spec.lua test: allow exec_lua to handle functions 2024-08-02 19:04:37 +01:00
comment_spec.lua fix(comment): fall back to using trimmed comment markers (#28938) 2024-05-23 15:30:53 -05:00
deprecated_spec.lua fix(treesitter): suppress get_parser warnings via opts.error 2024-09-28 00:31:45 +02:00
diagnostic_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
ffi_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
filetype_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
fs_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
glob_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
highlight_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
inspector_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
iter_spec.lua fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781) 2024-05-17 14:17:25 -05:00
json_spec.lua fix(vim.json): properly treat luanil options as booleans (#28622) 2024-05-03 19:26:56 +08:00
loader_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
loop_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
luaeval_spec.lua refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
mpack_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
overrides_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
runtime_spec.lua feat(ftplugin): change 'commentstring' to // %s for C/C++ (#29085) 2024-06-03 09:48:43 +02:00
secure_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
snippet_spec.lua fix(snippet): modify base indentation when there's actually whitespace (#29670) 2024-07-16 19:30:22 +02:00
spell_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
system_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
text_spec.lua fix(vim.text): handle very long strings (#30075) 2024-08-17 22:28:03 -05:00
thread_spec.lua refactor(tests): again yet more global highlight definitions 2024-08-14 14:03:34 +02:00
ui_event_spec.lua fix(ui): flush ext_cmdline events before doing cmdpreview #27950 2024-05-28 02:43:56 -07:00
ui_spec.lua test(vim.ui.open): opt.cmd 2024-09-16 11:58:04 +02:00
uri_spec.lua refactor(test): rename alter_slashes, invert its behavior 2024-09-09 12:23:54 +02:00
version_spec.lua fix(version): return nil with empty string 2024-07-27 14:06:31 +01:00
vim_spec.lua refactor(lua): vim.keymap.set tests, docs #30511 2024-09-25 07:01:27 -07:00
watch_spec.lua tests: skip watch.watchdirs test on macos 14 CI 2024-10-02 16:41:01 +02:00
with_spec.lua feat(lua): add context.env (environment variables) to vim._with() 2024-06-24 20:23:11 +03:00
xdiff_spec.lua test: refactor exec_lua in xdiff_spec 2024-09-30 11:51:33 +01:00