| author | |
| committer | |
| log | 1564cb0ab978b904e612a056c013bce8d6663a1b |
| tree | 7fb79e15cca805f5966266126d4d2ccbf2cee955 |
| parent | 2c6372a11741cee93057fe15b002735e488b7dc9 |
glibc variants now support the stat-family of calls correctly, so
this test is safe to include.1 files changed, 0 insertions(+), 3 deletions(-)
lib/std/fs/test.zig-3| ... | ... | @@ -660,9 +660,6 @@ test "readAllAlloc" { |
| 660 | 660 | } |
| 661 | 661 | |
| 662 | 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 | 663 | try testWithAllSupportedPathTypes(struct { |
| 667 | 664 | fn impl(ctx: *TestContext) !void { |
| 668 | 665 | const test_file_name = try ctx.transformPath("test_file"); |