| ... | @@ -1888,6 +1888,10 @@ test "timeout_link_chain1" { | ... | @@ -1888,6 +1888,10 @@ test "timeout_link_chain1" { |
| 1888 | if (cqe.res != -@as(i32, @enumToInt(linux.E.ALREADY)) and | 1888 | if (cqe.res != -@as(i32, @enumToInt(linux.E.ALREADY)) and |
| 1889 | cqe.res != -@as(i32, @enumToInt(linux.E.TIME))) | 1889 | cqe.res != -@as(i32, @enumToInt(linux.E.TIME))) |
| 1890 | { | 1890 | { |
| | 1891 | if (cqe.res == -@as(i32, @enumToInt(linux.E.BADF))) { |
| | 1892 | // https://github.com/ziglang/zig/issues/10247 |
| | 1893 | return error.SkipZigTest; |
| | 1894 | } |
| 1891 | std.debug.print("Req 0x{x} got {d}\n", .{ cqe.user_data, cqe.res }); | 1895 | std.debug.print("Req 0x{x} got {d}\n", .{ cqe.user_data, cqe.res }); |
| 1892 | try testing.expect(false); | 1896 | try testing.expect(false); |
| 1893 | } | 1897 | } |