| ... | @@ -140,6 +140,9 @@ pub const random = &@import("crypto/tlcsprng.zig").interface; | ... | @@ -140,6 +140,9 @@ pub const random = &@import("crypto/tlcsprng.zig").interface; |
| 140 | const std = @import("std.zig"); | 140 | const std = @import("std.zig"); |
| 141 | | 141 | |
| 142 | test "crypto" { | 142 | test "crypto" { |
| | 143 | const please_windows_dont_oom = std.Target.current.os.tag == .windows; |
| | 144 | if (please_windows_dont_oom) return error.SkipZigTest; |
| | 145 | |
| 143 | inline for (std.meta.declarations(@This())) |decl| { | 146 | inline for (std.meta.declarations(@This())) |decl| { |
| 144 | switch (decl.data) { | 147 | switch (decl.data) { |
| 145 | .Type => |t| { | 148 | .Type => |t| { |