aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/test.zig
AgeCommit message (Expand)Author
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-01Merge pull request #7578 from vrischmann/walkerAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-28fs: add a test for the walkerVincent Rischmann
2020-12-23std: fix compile errors introduced in previous commitAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-04std: Restore file locking test on WindowsLemonBoy
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-13openbsd: skip tests using Dir.realpathSébastien Marie
2020-11-06disable flaky file locking test on WindowsAndrew Kelley
2020-11-06std: Make file locking tests less fragileLemonBoy
2020-10-12disable the failing std lib freebsd testsAndrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-09-30Add deleteDir test with exception for not-empty directory on WindowsRyan Liptak
2020-09-29Revert "Fix for Windows: std.os.windows.DeleteFile()"Jakub Konka
2020-09-25Stdlib fix for os.windows.deleteFile to fail withSuirad
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-04std: Minor changes to the fs moduleLemonBoy
2020-09-02std: Don't trust stat() size in readAllAlloc fnsLemonBoy
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13Add std.os.getFdPath and std.fs.Dir.realpathJakub Konka
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-07-22Add missing cross-platform Dir.readLink fnsJakub Konka
2020-07-22Ensure Dir.deleteTree does not dereference symlinksJakub Konka
2020-07-22Move symlink to fs.symlinkAbsolute with SymlinkFlagsJakub Konka
2020-07-02Update lib/std/fs/test.zigJakub Konka
2020-07-02Fix memory corruption in Dir.Iterator testJakub Konka
2020-07-02Add Dir.Iterator testsJakub Konka
2020-07-01Merge pull request #5717 from squeek502/fs-dir-file-opsAndrew Kelley
2020-06-28Disable wasi 'readFileAlloc on a directory' assertion for nowRyan Liptak
2020-06-27Move fs-specific tests from os/test.zig to fs/test.zigRyan Liptak
2020-06-26Add tests for using file operations on directoriesRyan Liptak
2020-06-25Add tests for using directory operations on filesRyan Liptak
2020-06-22Add std.fs.File.readAllAlloc testsJakub Konka
2020-05-29Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...Jonathan S
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-18Undo accidentally checked-in changes to fs/test.zigJakub Konka
2020-05-18Re-enable refAllDecls gen and check in std.zigJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02correct usages of std.fs.dir.DeleteFileError (#5058)nycex
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-11move fs tests to separate file; disable flaky testAndrew Kelley