summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/os
AgeCommit message (Expand)AuthorFiles
2026-04-15test: replace busted with local harnessLewis Russell1
2026-02-23fix(logging): don't overwrite NameBuff (#38004)zeertzjq1
2026-01-12docs: misc (#37281)zeertzjq1
2025-07-26fix(unittests): use -1ULL to mean UNSIGNED MATH.MAXbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2024-04-10refactor(test): inject after_each differentlyLewis Russell5
2024-04-08test: improve test conventionsdundargoc5
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq2
2024-02-28refactor(metadata): generate all metadata in luabfredl1
2024-02-25refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell2
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes4
2023-09-30refactor: reorganize option header files (#25437)zeertzjq2
2023-04-16test(unit): add test for os_mkdir_recurse "created"zeertzjq1
2023-04-16vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq1
2023-04-04test: replace lfs with luv and vim.fsdundargoc3
2022-12-22test(unit): use file:close() properly (#21505)zeertzjq1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2
2022-04-26test: correct order of arguments to eq() and neq()zeertzjq1
2022-01-04chore: fix typos (#16816)dundargoc2
2021-12-11test: remove references to misc1.czeertzjq1
2020-09-08win: avoid duplicate separators in $PATH #12869Justin M. Keyes1
2020-07-31lua: Use #var instead of deprecated table.getn(var)James McCoy1
2019-11-27doc: fix typosBrian Wignall1
2019-09-17tests: improve error message with literat "~" directory (#11032)Daniel Hahler1
2019-07-28build/tests: remove pre/uv.h #10531Daniel Hahler1
2019-06-01test: cleanup, reduce verbosityJustin M. Keyes1
2019-02-27os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes1
2018-09-21shell/logging: Fix E730 with verbose system({List}) #9009Justin M. Keyes1
2018-07-11test: Rename includes/pre/uv-errno.h to includes/pre/uv.hJames McCoy1
2018-04-14Merge branch 'master' into s-dash-stdinb-r-o-c-k1
2018-03-24refactor/rename: path_is_absolute()Justin M. Keyes1
2017-12-03Merge branch 'master' into s-dash-stdinZyX4
2017-08-10os_stat: return ENOENT on NULL filename argJames McCoy1
2017-07-04os/fileio: Add ability to use os/fileio.c for file descriptorsZyX1
2017-07-04os/fileio: Add msgpack_file_write functionZyX1
2017-07-02test: expand_env_esc: Pass correct buffer size for outlen and assertionJames McCoy1
2017-06-01test: fix bashisms (#6791)Jonathan de Boyne Pollard1
2017-05-15startup: v:progpath fallback: path_guess_exepathJustin M. Keyes1
2017-04-24test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes1
2017-04-12win: os_shell_is_cmdexe() + testsJustin M. Keyes1
2017-04-03tests: Fix testlint errorsZyX1
2017-04-02eval: Make writefile() able to disable fsync()ZyX1
2017-04-01eval,fileio: Omit additional fsync() callZyX1
2017-03-27build: Rename NEOVIM_* to NVIM_*Justin M. Keyes1
2017-03-19unittests: Add tests for new fileio functionsZyX1
2017-03-19fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX1
2017-03-19main: Temporary fix assertion errorZyX1