mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-22 08:54:50 +03:00
std.Io.RwLock: disable lock canceling test on SPARC
https://codeberg.org/ziglang/zig/issues/35347
This commit is contained in:
@@ -284,6 +284,8 @@ test "concurrent access" {
|
||||
}
|
||||
|
||||
test "lock canceling" {
|
||||
if (builtin.cpu.arch.isSPARC() and builtin.os.tag == .linux) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35347
|
||||
|
||||
const io = testing.io;
|
||||
|
||||
var rl: Io.RwLock = .init;
|
||||
|
||||
Reference in New Issue
Block a user