| author | |
| committer | |
| log | cafce8c7670e90969b1bedae0efab3df583b11dd |
| tree | af3c0caa2f5db230dd4b31e3996a7a915095eaab |
| parent | 7532a8a584730e9f5ca1237cb015eb1455c46588 |
| signature |
No fstatat(), so there's no point doing the rest of it.1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/linux/test.zig+2| ... | ... | @@ -84,6 +84,8 @@ test "statx" { |
| 84 | 84 | else => unreachable, |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | if (builtin.cpu.arch == .riscv32) return error.SkipZigTest; // No fstatat, so the rest of the test is meaningless. | |
| 88 | ||
| 87 | 89 | var stat_buf: linux.Stat = undefined; |
| 88 | 90 | switch (linux.E.init(linux.fstatat(file.handle, "", &stat_buf, linux.AT.EMPTY_PATH))) { |
| 89 | 91 | .SUCCESS => {}, |