| ... | @@ -3503,6 +3503,10 @@ test "accept multishot" { | ... | @@ -3503,6 +3503,10 @@ test "accept multishot" { |
| 3503 | } | 3503 | } |
| 3504 | | 3504 | |
| 3505 | test "accept/connect/send_zc/recv" { | 3505 | test "accept/connect/send_zc/recv" { |
| | 3506 | if (true) { |
| | 3507 | // https://github.com/ziglang/zig/issues/20212 |
| | 3508 | return error.SkipZigTest; |
| | 3509 | } |
| 3506 | try skipKernelLessThan(.{ .major = 6, .minor = 0, .patch = 0 }); | 3510 | try skipKernelLessThan(.{ .major = 6, .minor = 0, .patch = 0 }); |
| 3507 | | 3511 | |
| 3508 | var ring = IoUring.init(16, 0) catch |err| switch (err) { | 3512 | var ring = IoUring.init(16, 0) catch |err| switch (err) { |