| ... | @@ -660,9 +660,6 @@ test "readAllAlloc" { | ... | @@ -660,9 +660,6 @@ test "readAllAlloc" { |
| 660 | } | 660 | } |
| 661 | | 661 | |
| 662 | test "Dir.statFile" { | 662 | test "Dir.statFile" { |
| 663 | // TODO: Re-enable once https://github.com/ziglang/zig/issues/17034 is solved | | |
| 664 | if (builtin.os.tag == .linux and builtin.link_libc and builtin.abi == .gnu) return error.SkipZigTest; | | |
| 665 | | | |
| 666 | try testWithAllSupportedPathTypes(struct { | 663 | try testWithAllSupportedPathTypes(struct { |
| 667 | fn impl(ctx: *TestContext) !void { | 664 | fn impl(ctx: *TestContext) !void { |
| 668 | const test_file_name = try ctx.transformPath("test_file"); | 665 | const test_file_name = try ctx.transformPath("test_file"); |