summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/os/fs_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15test: replace busted with local harnessLewis Russell1
2026-01-12docs: misc (#37281)zeertzjq1
2025-07-26fix(unittests): use -1ULL to mean UNSIGNED MATH.MAXbfredl1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
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. Keyes1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
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.fsdundargoc1
2022-12-22test(unit): use file:close() properly (#21505)zeertzjq1
2022-01-04chore: fix typos (#16816)dundargoc1
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
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-stdinZyX1
2017-08-10os_stat: return ENOENT on NULL filename argJames McCoy1
2017-04-24test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes1
2017-03-19fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX1
2017-03-19main: Temporary fix assertion errorZyX1
2017-03-11unittests: Do not import libnvim or headers in main processZyX1
2017-03-11unittests: Check core dumps in after_each, like in functestsZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2017-02-04build: Do not force busted into front of $PATHJustin M. Keyes1
2016-11-17build: Target luacheck HEAD.Justin M. Keyes1
2016-07-06os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu1
2016-06-24unittests: Fix bug somewhere that makes file_read tests SEGVZyX1
2016-06-24unittests: Add tests for file.cZyX1
2016-06-23unittests: Add os_write testZyX1
2016-06-23unittests: Add os_close, os_read and os_readv testsZyX1
2016-05-22os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes1
2016-05-02vim-patch:7.4.672KillTheMule1
2016-01-14test: sys/fcntl.h -> fcntl.hMichael Reed1
2015-11-25Use libuv errors instead of errno in unit testsRui Abreu Ferreira1
2015-11-23test/unit: clean up according to luacheckMarco Hinz1
2015-10-23os/fs: Allow os_mkdir_recurse directory name to end with ///ZyX1
2015-08-17os/fs.c: remove os_file_is_readonly()Justin M. Keyes1
2015-08-17test: more cases for os_file_is_readonly()Justin M. Keyes1
2015-08-17test: cover os_file_is_readable()Justin M. Keyes1
2015-08-09test: fix pending() invocationsJustin M. Keyes1
2015-07-26os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX1
2015-07-17event loop: New abstraction layer with refactored time/signal APIThiago de Arruda1
2015-05-29tests: Use pending() instead of silently skipping test. #2737Florian Walch1
2015-04-01Use lfs.currentdir() to fix symlink test fail.Rich Churcher1