Skip to content

Need more tests for W/Z suffixed std.fs functions #18080

@squeek502

Description

@squeek502

In light of #16736 being closed, this:

Note also that pretty much all Absolute functions have poor test coverage to the point that some will give a compile error if anyone tried to actually use them (e.g. on Windows anything that tries to call the no-longer-existing os.windows.cStrToWin32PrefixedFileW function [these functions have never worked since their introduction in #5879 which ended up removing cStrToWin32PrefixedFileW before it was merged but left some calls of it around])

needs to be addressed by actually fixing and improving the test coverage of the Z/W suffixed functions.

Relevant test file:

https://github.com/ziglang/zig/blob/master/lib/std/fs/test.zig

Metadata

Metadata

Assignees

No one assigned

    Labels

    contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.standard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions