neovim/test/functional/options
Justin M. Keyes 6c2f02cbd0 fix: failing XDG test on Windows CI
Problem:
Failing Windows CI:
    FAILED   test/functional\options\defaults_spec.lua @ 361: XDG defaults with too long XDG variables are correctly set
    test\helpers.lua:134: Pattern "Failed to start server: no such file or directory: /X/X/X" not found in log (last 10 lines): Xtest-defaults-log:
    FAILED   test/functional\options\defaults_spec.lua @ 435: XDG defaults with XDG variables that can be expanded are not expanded
    test\helpers.lua:134: Pattern "Failed to start server: no such file or directory: %$XDG_RUNTIME_DIR%/" not found in log (last 10 lines): Xtest-defaults-log:

Solution:
The assert_log() statements are not relevant on Windows, because there
XDG_RUNTIME_DIR is not used for creating servers, it uses \\.pipe\….
2023-01-17 01:57:52 +01:00
..
autochdir_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
chars_spec.lua fix(options): using :set fillchars should clear local value 2021-11-17 07:11:46 +08:00
cursorbind_spec.lua docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00
defaults_spec.lua fix: failing XDG test on Windows CI 2023-01-17 01:57:52 +01:00
keymap_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
mousescroll_spec.lua fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861) 2022-10-30 07:10:39 +08:00
num_options_spec.lua feat: cmdheight=0 #16251 2022-06-13 02:40:51 -07:00
pastetoggle_spec.lua vim-patch:8.2.4837: modifiers not simplified when timed out 2022-04-29 15:51:04 +08:00
shortmess_spec.lua vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places 2020-06-18 18:01:43 -04:00
tabstop_spec.lua refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00