| author | |
| committer | |
| log | 63754916c598a3be41171abb708dc6434f93c63e |
| tree | 80515d29c8e8b30913f21c5c6c534d8f66724ff5 |
| parent | a4e01074b5cec7da7990188bf0163e8a1fb18483 |
tracked by #202121 files changed, 4 insertions(+), 0 deletions(-)
lib/std/os/linux/IoUring.zig+4| ... | ... | @@ -3503,6 +3503,10 @@ test "accept multishot" { |
| 3503 | 3503 | } |
| 3504 | 3504 | |
| 3505 | 3505 | test "accept/connect/send_zc/recv" { |
| 3506 | if (true) { | |
| 3507 | // https://github.com/ziglang/zig/issues/20212 | |
| 3508 | return error.SkipZigTest; | |
| 3509 | } | |
| 3506 | 3510 | try skipKernelLessThan(.{ .major = 6, .minor = 0, .patch = 0 }); |
| 3507 | 3511 | |
| 3508 | 3512 | var ring = IoUring.init(16, 0) catch |err| switch (err) { |