| author | |
| committer | |
| log | 0ae1c6b54acf112c7bbcc63a19f7ad8fa9842d2a |
| tree | 2aae650989257aa04f348619f4884c35a5f8c589 |
| parent | ce32003625566dcc3687e9e32be411ccb83a4aaa |
| signature |
https://codeberg.org/ziglang/zig/issues/313931 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Io/RwLock.zig+2| ... | ... | @@ -114,6 +114,8 @@ test "internal state" { |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | test "smoke test" { |
| 117 | if (builtin.target.cpu.arch.isAARCH64() and builtin.target.os.tag == .netbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 | |
| 118 | ||
| 117 | 119 | const io = testing.io; |
| 118 | 120 | |
| 119 | 121 | var rl: Io.RwLock = .init; |