neovim/test/functional/lua
Justin M. Keyes 348a939168 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-11-09 13:11:47 +01:00
..
api_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
base64_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
buffer_updates_spec.lua test: add a test for #29119 2024-06-02 07:37:27 +00:00
command_line_completion_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
commands_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
comment_spec.lua fix(comment): fall back to using trimmed comment markers (#28950) 2024-05-23 16:02:13 -05:00
diagnostic_spec.lua feat(diagnostic): revert default behaviour of goto_next/prev() 2024-04-30 13:39:27 +01:00
ffi_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
filetype_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
fs_spec.lua fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28973) 2024-05-24 10:57:21 -05:00
glob_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
highlight_spec.lua refactor(api): nvim_win_xx_ns are EXPERIMENTAL 2024-05-12 23:53:24 +02:00
inspector_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
iter_spec.lua refactor(vim.iter)!: rename xxback() => rxx() #28503 2024-04-26 08:43:29 -07: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: improve test conventions 2024-04-23 18:17:04 +02:00
loop_spec.lua fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate 2024-04-25 08:37:18 +02:00
luaeval_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mpack_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
overrides_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
runtime_spec.lua fix(runtime): source c ftplugin properly for cpp on Windows (#29053) 2024-05-27 22:39:22 +00: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-17 11:42:03 +02:00
spell_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
system_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
text_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
thread_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
ui_event_spec.lua fix(ui): flush ext_cmdline events before doing cmdpreview (#29062) 2024-05-28 03:06:20 -07:00
ui_spec.lua fix(vim.ui)!: change open() to return result|nil, errmsg|nil #28612 2024-05-03 03:20:03 -07:00
uri_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
version_spec.lua fix(version): return nil with empty string 2024-07-27 15:30:53 +02:00
vim_spec.lua test(rpc): retry flaky 'vim.rpcrequest and vim.rpcnotify' test (#30922) 2024-10-24 11:45:24 +08:00
watch_spec.lua tests: skip watch.watchdirs test on macos 14 CI 2024-11-09 13:11:47 +01:00
xdiff_spec.lua fix(diff): use mmfile_t in linematch 2024-09-30 12:34:01 +01:00