-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
From #5538:
Would be nice to add test coverage for this
Agreed. All of
std.fs(and otherfsrelated stuff) is rather undertested imo; might take a stab at improving coverage overall at some point.
Currently, std.fs only has a few tests here; a lot is still completely untested. This is leading to regressions like #5643 and #5648 (@andrewrk ran the tests before merging b9e3df9 but none of the tests actually cover any of the affected code, so regressions slipped through)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.