mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
parent
996193c228
commit
04b8354702
@ -261,6 +261,10 @@ test "linkat with different directories" {
|
||||
test "fstatat" {
|
||||
// enable when `fstat` and `fstatat` are implemented on Windows
|
||||
if (builtin.os.tag == .windows) return error.SkipZigTest;
|
||||
if (builtin.os.tag == .freebsd and builtin.mode == .ReleaseFast) {
|
||||
// https://github.com/ziglang/zig/issues/8538
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
var tmp = tmpDir(.{});
|
||||
defer tmp.cleanup();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user