| author | |
| committer | |
| log | 96b4eeab55e21b294af3c915dda2881258601532 |
| tree | 8f61b9d621f067b80d4aa302e2647eb35581c56f |
| parent | 668c0cdeda93491050b1f260865a963d008fd553 |
See tracking issue https://github.com/ziglang/zig/issues/183951 files changed, 5 insertions(+), 0 deletions(-)
lib/std/os/test.zig+5| ... | ... | @@ -752,6 +752,11 @@ test "fsync" { |
| 752 | 752 | } |
| 753 | 753 | |
| 754 | 754 | test "getrlimit and setrlimit" { |
| 755 | if (builtin.target.os.tag == .macos) { | |
| 756 | // https://github.com/ziglang/zig/issues/18395 | |
| 757 | return error.SkipZigTest; | |
| 758 | } | |
| 759 | ||
| 755 | 760 | if (!@hasDecl(os.system, "rlimit")) { |
| 756 | 761 | return error.SkipZigTest; |
| 757 | 762 | } |