| author | |
| committer | |
| log | 508f676bb41e74872c08c4c9a6a4327e2f87291c |
| tree | 598c5df10ae196daf33bb5eb48cb4cc6f01f715d |
| parent | e179335beec2ddfb515a2d3db44f24ec6771ada3 |
| signature |
https://github.com/ziglang/zig/issues/259561 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/linux/IoUring.zig+2| ... | ... | @@ -4488,6 +4488,8 @@ test "copy_cqes with wrapping sq.cqes buffer" { |
| 4488 | 4488 | } |
| 4489 | 4489 | |
| 4490 | 4490 | test "bind/listen/connect" { |
| 4491 | if (builtin.cpu.arch == .s390x) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25956 | |
| 4492 | ||
| 4491 | 4493 | var ring = IoUring.init(4, 0) catch |err| switch (err) { |
| 4492 | 4494 | error.SystemOutdated => return error.SkipZigTest, |
| 4493 | 4495 | error.PermissionDenied => return error.SkipZigTest, |