authorgravatar for me@gasinfinity.devGasInfinity <me@gasinfinity.dev> 2026-03-10 10:05:25+01:00
committergravatar for me@gasinfinity.devGasInfinity <me@gasinfinity.dev> 2026-03-10 10:05:25+01:00
log7c2699bed2bf929eb116aa6b1a8e0ed1fd66240b
tree4665999b9259cae506d501e466f36afd05ca4189
parent048e38624e1b7c1ad140e253f1e5e7c868658089
signaturebadge-check Signed by SSH key SHA256:p3IHbr0lyK2ekfDC1Zi7dOEV/9T6lGghNawhl5sBnM4

Revert "std.Io.RwLock: disable `smoke test` on any aarch64 target"

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" {
114114}
115115
116116test "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
118118
119119 const io = testing.io;
120120