neovim/test/functional
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 fix(window): making float with title/footer non-float leaks memory (#30551) 2024-09-28 10:21:06 +08:00
autocmd refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00
core fix(channel): handle writing to file instead of pipe (#30519) 2024-09-26 08:36:50 +00:00
editor refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418) 2024-09-19 18:05:27 +08:00
ex_cmds refactor(test): rename alter_slashes, invert its behavior 2024-09-09 12:23:54 +02:00
fixtures feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323 2024-06-24 07:54:56 -07:00
legacy vim-patch:9.1.0753: Wrong display when typing in diff mode with 'smoothscroll' (#30614) 2024-10-01 22:55:43 +00:00
lua tests: skip watch.watchdirs test on macos 14 CI 2024-10-02 16:41:01 +02:00
options fix(test): "tempdir not a directory" in CI logs 2024-09-09 12:23:54 +02:00
plugin feat(health): highlight headings #30525 2024-09-26 07:45:03 -07:00
provider refactor(tests): again yet more global highlight definitions 2024-08-14 14:03:34 +02:00
script fix(luacats): allow all types inside tuples 2024-06-01 12:56:43 +01:00
shada refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
terminal feat(paste): unify cancel and error behavior (#30476) 2024-09-24 07:14:14 +08:00
treesitter feat(treesitter)!: use return values in language.add() 2024-09-29 15:27:16 +02:00
ui fix(tabline): restore behavior of click after last tabpage (#30602) 2024-10-01 19:46:30 +08:00
vimscript refactor(api)!: rename Dictionary => Dict 2024-09-23 14:42:57 +02:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua feat(fs.lua): add vim.fs.rm() 2024-09-22 15:05:24 +01:00
testterm.lua refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00