mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.os.linux.IoUring.test: disable accept_direct on RISC-V
https://codeberg.org/ziglang/zig/issues/30854
This commit is contained in:
parent
ceba095cb1
commit
f2beea3b8f
1 changed files with 2 additions and 0 deletions
|
|
@ -1828,6 +1828,8 @@ test "accept/connect/send_zc/recv" {
|
|||
}
|
||||
|
||||
test "accept_direct" {
|
||||
if (builtin.cpu.arch.isRISCV()) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30854
|
||||
|
||||
try skipKernelLessThan(.{ .major = 5, .minor = 19, .patch = 0 });
|
||||
|
||||
var ring = IoUring.init(1, 0) catch |err| switch (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue