mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
bbf208784c
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. |
||
---|---|---|
.. | ||
api_spec.lua | ||
base64_spec.lua | ||
buffer_updates_spec.lua | ||
command_line_completion_spec.lua | ||
commands_spec.lua | ||
comment_spec.lua | ||
deprecated_spec.lua | ||
diagnostic_spec.lua | ||
ffi_spec.lua | ||
filetype_spec.lua | ||
fs_spec.lua | ||
glob_spec.lua | ||
highlight_spec.lua | ||
inspector_spec.lua | ||
iter_spec.lua | ||
json_spec.lua | ||
loader_spec.lua | ||
loop_spec.lua | ||
luaeval_spec.lua | ||
mpack_spec.lua | ||
overrides_spec.lua | ||
runtime_spec.lua | ||
secure_spec.lua | ||
snippet_spec.lua | ||
spell_spec.lua | ||
system_spec.lua | ||
text_spec.lua | ||
thread_spec.lua | ||
ui_event_spec.lua | ||
ui_spec.lua | ||
uri_spec.lua | ||
version_spec.lua | ||
vim_spec.lua | ||
watch_spec.lua | ||
with_spec.lua | ||
xdiff_spec.lua |