Commit 01f9cdd21a
Changed files (1)
lib
std
fs
lib/std/fs/test.zig
@@ -570,6 +570,9 @@ test "readAllAlloc" {
}
test "Dir.statFile" {
+ // TODO: Re-enable once https://github.com/ziglang/zig/issues/17034 is solved
+ if (builtin.os.tag == .linux and builtin.link_libc and builtin.abi == .gnu) return error.SkipZigTest;
+
try testWithAllSupportedPathTypes(struct {
fn impl(ctx: *TestContext) !void {
const test_file_name = try ctx.transformPath("test_file");