| ... | @@ -4488,6 +4488,8 @@ test "copy_cqes with wrapping sq.cqes buffer" { | ... | @@ -4488,6 +4488,8 @@ test "copy_cqes with wrapping sq.cqes buffer" { |
| 4488 | } | 4488 | } |
| 4489 | | 4489 | |
| 4490 | test "bind/listen/connect" { | 4490 | test "bind/listen/connect" { |
| | 4491 | if (builtin.cpu.arch == .s390x) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25956 |
| | 4492 | |
| 4491 | var ring = IoUring.init(4, 0) catch |err| switch (err) { | 4493 | var ring = IoUring.init(4, 0) catch |err| switch (err) { |
| 4492 | error.SystemOutdated => return error.SkipZigTest, | 4494 | error.SystemOutdated => return error.SkipZigTest, |
| 4493 | error.PermissionDenied => return error.SkipZigTest, | 4495 | error.PermissionDenied => return error.SkipZigTest, |