| ... | @@ -570,6 +570,9 @@ test "readAllAlloc" { | ... | @@ -570,6 +570,9 @@ test "readAllAlloc" { |
| 570 | } | 570 | } |
| 571 | | 571 | |
| 572 | test "Dir.statFile" { | 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 | try testWithAllSupportedPathTypes(struct { | 576 | try testWithAllSupportedPathTypes(struct { |
| 574 | fn impl(ctx: *TestContext) !void { | 577 | fn impl(ctx: *TestContext) !void { |
| 575 | const test_file_name = try ctx.transformPath("test_file"); | 578 | const test_file_name = try ctx.transformPath("test_file"); |