| ... | @@ -752,6 +752,11 @@ test "fsync" { | ... | @@ -752,6 +752,11 @@ test "fsync" { |
| 752 | } | 752 | } |
| 753 | | 753 | |
| 754 | test "getrlimit and setrlimit" { | 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 | if (!@hasDecl(os.system, "rlimit")) { | 760 | if (!@hasDecl(os.system, "rlimit")) { |
| 756 | return error.SkipZigTest; | 761 | return error.SkipZigTest; |
| 757 | } | 762 | } |