| author | |
| committer | |
| log | 04b8354702bab32813798c4b0fb06cbe7a75bed3 |
| tree | 821e3af696e18fbee356e26e75b986004cc246bc |
| parent | 996193c228af591f3793dce00a471161f8fb6695 |
See #85381 files changed, 4 insertions(+), 0 deletions(-)
lib/std/os/test.zig+4| ... | ... | @@ -261,6 +261,10 @@ test "linkat with different directories" { |
| 261 | 261 | test "fstatat" { |
| 262 | 262 | // enable when `fstat` and `fstatat` are implemented on Windows |
| 263 | 263 | if (builtin.os.tag == .windows) return error.SkipZigTest; |
| 264 | if (builtin.os.tag == .freebsd and builtin.mode == .ReleaseFast) { | |
| 265 | // https://github.com/ziglang/zig/issues/8538 | |
| 266 | return error.SkipZigTest; | |
| 267 | } | |
| 264 | 268 | |
| 265 | 269 | var tmp = tmpDir(.{}); |
| 266 | 270 | defer tmp.cleanup(); |