aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/test.zig
AgeCommit message (Expand)Author
2024-02-01std: remove garbage being printed to stderr during unit testsAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-16std/fs/test.zig: Add statFile() tests of dangling symlinkPat Tullmann
2024-01-16std/fs/test.zig: Try harder to clean up locking filesPat Tullmann
2024-01-16std/fs/test.zig: Factor out the symlink-creation wrappersPat Tullmann
2024-01-16std/fs/test.zig: quote . and .. in test namesPat Tullmann
2024-01-08fix std.fs.Dir.makePath silent failure (#16878)Amir Alawi
2024-01-05Dir.makePath: Document/test platform differences around .. component handlingRyan Liptak
2024-01-04std.fs: Add several more tests for makePath.Pat Tullmann
2024-01-04std/fs/test.zig: Remove work-around for stat() failures on glibcPat Tullmann
2023-12-22fs: Add tests for deleteTree not following symlinksRyan Liptak
2023-12-21Make 'stat of a symlink' test case not rely on OpenDirOptions.no_follow behaviorRyan Liptak
2023-12-19File.stat: Support detection of Kind.sym_link on WindowsRyan Liptak
2023-11-22std.fs: extract Dir into separate fileAndrew Kelley
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22std: disable failing testJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-18std.fs.Dir.makeOpenPath: optimize when path already existsQusai Hroub
2023-10-17std.fs: fix relative symbolic links on WindowsAndrew Kelley
2023-10-16std: disable flaky test on aarch64-windowsAndrew Kelley
2023-10-09lib/std/fs/test.zig: cleanup (#17443)Pat Tullmann
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