mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
parent
e02ec8f7f5
commit
57539a26b4
@ -832,9 +832,12 @@ test "writev longer than IOV_MAX" {
|
||||
}
|
||||
|
||||
test "POSIX file locking with fcntl" {
|
||||
if (native_os == .windows or native_os == .wasi) return error.SkipZigTest;
|
||||
if (native_os == .windows or native_os == .wasi) {
|
||||
// Not POSIX.
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
if (native_os == .linux) {
|
||||
if (true) {
|
||||
// https://github.com/ziglang/zig/issues/11074
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user