| author | |
| committer | |
| log | ed4303fe59a1fd166ce88d1ad3253d4f8f919d0d |
| tree | 8e69187375214bae9960f48a018e2020b9b774f6 |
| parent | e1fc46fb6d24e34c77481845bd1ae3608061fc8c |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/linux/IoUring/test.zig+2| ... | ... | @@ -1273,6 +1273,8 @@ test "symlinkat" { |
| 1273 | 1273 | .SUCCESS => {}, |
| 1274 | 1274 | // This kernel's io_uring does not yet implement symlinkat (kernel version < 5.15) |
| 1275 | 1275 | .BADF, .INVAL => return error.SkipZigTest, |
| 1276 | // Can occur on certain filesystems (seen on CIFS) | |
| 1277 | .OPNOTSUPP => return error.SkipZigTest, | |
| 1276 | 1278 | else => |errno| std.debug.panic("unhandled errno: {}", .{errno}), |
| 1277 | 1279 | } |
| 1278 | 1280 | try testing.expectEqual(linux.io_uring_cqe{ |