aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/test.zig
AgeCommit message (Expand)Author
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