| author | |
| committer | |
| log | 01f9cdd21a8f18941636c061a5985a040e4a4bcd |
| tree | b5e27bdd89b6b4edf629b72efe21330634317ab8 |
| parent | f46008c1d8bce5dd8d1d0155fc3bd1c865870c79 |
See https://github.com/ziglang/zig/issues/170341 files changed, 3 insertions(+), 0 deletions(-)
lib/std/fs/test.zig+3| ... | ... | @@ -570,6 +570,9 @@ test "readAllAlloc" { |
| 570 | 570 | } |
| 571 | 571 | |
| 572 | 572 | test "Dir.statFile" { |
| 573 | // TODO: Re-enable once https://github.com/ziglang/zig/issues/17034 is solved | |
| 574 | if (builtin.os.tag == .linux and builtin.link_libc and builtin.abi == .gnu) return error.SkipZigTest; | |
| 575 | ||
| 573 | 576 | try testWithAllSupportedPathTypes(struct { |
| 574 | 577 | fn impl(ctx: *TestContext) !void { |
| 575 | 578 | const test_file_name = try ctx.transformPath("test_file"); |