| ... | ... | @@ -1792,6 +1792,8 @@ test "statx" { |
| 1792 | 1792 | // The filesystem containing the file referred to by fd does not support this operation; |
| 1793 | 1793 | // or the mode is not supported by the filesystem containing the file referred to by fd: |
| 1794 | 1794 | .OPNOTSUPP => return error.SkipZigTest, |
| 1795 | // The kernel is too old to support FDCWD for dir_fd |
| 1796 | .BADF => return error.SkipZigTest, |
| 1795 | 1797 | else => |errno| std.debug.panic("unhandled errno: {}", .{errno}), |
| 1796 | 1798 | } |
| 1797 | 1799 | try testing.expectEqual(linux.io_uring_cqe{ |