aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/test.zig
AgeCommit message (Expand)Author
2023-09-14fs tests: Skip UNC path types in Dir.rename testsRyan Liptak
2023-09-13Disable flaky part of Dir.rename directories test on WindowsRyan Liptak
2023-08-31Temporarily disable Dir.statFile test when linking glibcRyan Liptak
2023-08-31Fix `Dir.statFile` for WASI when linking libcRyan Liptak
2023-08-18fs tests: Use 127.0.0.1 instead of localhost as the server in UNC transformationRyan Liptak
2023-08-17Merge pull request #16847 from squeek502/fs-fixesAndrew Kelley
2023-08-17fs tests: Update some testing.expect calls to use the more specific expect fu...Ryan Liptak
2023-08-17fs tests: Test multiple different path types in most testsRyan Liptak
2023-08-15bsd: std.c.fs: skip test w/ getFdPath in calltreeMichael Dusan
2023-08-15Do not skip fs.Dir.access test on WASIRyan Liptak
2023-08-12Merge pull request #16783 from squeek502/fs-too-many-parent-dirsAndrew Kelley
2023-08-11fs tests: Add a 'non-cwd .. parent' testRyan Liptak
2023-08-10fs.Dir.realpathW: Reduce the number of OpenFile calls for directoriesRyan Liptak
2023-07-23Consolidate 'delete a read-only file on windows' test casesRyan Liptak
2023-06-17Merge pull request #15501 from matu3ba/win_rmwithposixAndrew Kelley
2023-05-25std.fs.file: Rename File.Lock enum values to snake caseLinus Groh
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-01address review by user @squeek502Jan Philipp Hafer
2023-04-27test: Fix windows_spawn tmp directory cleanupxEgoist
2023-04-18fs: add test for Windows ready-only file deletion.xEgoist
2023-04-16fs: Re-enable non-empty dir test on windowsxEgoist
2023-03-15fix std.fs unit test to not be raceyAndrew Kelley
2023-02-19Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"Andrew Kelley
2023-02-18wasi: add Preopens.findDir, update tests to preopen `/tmp'Edoardo Vacchi
2023-01-02dragonfly: pass test: lib/std/std.zigMichael Dusan
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-12-01wasi: fixes IterableDir.nextWasi for large directoryTakeshi Yoneda
2022-11-22std.fs.path.resolve: eliminate getcwd() syscallAndrew Kelley
2022-10-29fs: Some NAME_MAX/MAX_NAME_BYTES improvementsRyan Liptak
2022-10-29Make MAX_NAME_BYTES on WASI equivalent to the max of the other platformsRyan Liptak
2022-10-29Windows: Fix iterator name buffer size not handling all possible file name co...Ryan Liptak
2022-10-14Fix compile error in Dir.deleteTreeMinStackSize and add testRyan Liptak
2022-10-05fs: Add IterableDir.Iterator.resetRyan Liptak
2022-08-15std.fs: Fix `WalkerEntry.dir` not always being the containing dirRyan Liptak
2022-08-01std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...Ryan Liptak
2022-07-25std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`Ryan Liptak
2022-07-24std.fs: Fix Walker closing the initial directory when not fully iteratedRyan Liptak
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-15std.fs: prevent possible integer overflow in Dir.makePathEvan Haas
2022-04-13Enable passing 'Dir.rename directories' fs test on WindowsRyan Liptak
2022-04-12std/fs/test.zig: Add test for renaming a dir onto an empty dirRyan Liptak
2022-03-03stdlib WASI: Add realpath() support for non-absolute PreopensCody Tapscott
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-13std.fs: Implement cross-platform metadata APIominitay
2022-01-30Merge pull request #10404 from ominitay/iteratorJakub Konka
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2022-01-28std: Fix using fs.Dir.Iterator twiceominitay