| author | |
| committer | |
| log | 7c2699bed2bf929eb116aa6b1a8e0ed1fd66240b |
| tree | 4665999b9259cae506d501e466f36afd05ca4189 |
| parent | 048e38624e1b7c1ad140e253f1e5e7c868658089 |
| signature |
This reverts commit cfe5c88ad6081e284d0caf36cf8d7e80fe39b676.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/RwLock.zig+1-1| ... | ... | @@ -114,7 +114,7 @@ test "internal state" { |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | test "smoke test" { |
| 117 | if (builtin.target.cpu.arch.isAARCH64()) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 | |
| 117 | if (builtin.target.cpu.arch.isAARCH64() and builtin.target.os.tag == .netbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 | |
| 118 | 118 | |
| 119 | 119 | const io = testing.io; |
| 120 | 120 |