Skip to content

Commit

Permalink
ignore test for wasm due to ziglang#20890
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Liptak <[email protected]>
  • Loading branch information
samy-00007 and squeek502 authored Aug 1, 2024
1 parent 449f3aa commit 3e3553b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/std/fs/test.zig
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ test "File.stat on a File that is a symlink returns Kind.sym_link" {
}

test "Dir.statLink" {
// https://github.com/ziglang/zig/issues/20890
if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;

try testWithAllSupportedPathTypes(struct {
fn impl(ctx: *TestContext) !void {
const dir_target_path = try ctx.transformPath("test_file");
Expand Down

0 comments on commit 3e3553b

Please sign in to comment.