| ... | @@ -232,6 +232,8 @@ fn count(a: usize, b: usize, result: *usize) void { | ... | @@ -232,6 +232,8 @@ fn count(a: usize, b: usize, result: *usize) void { |
| 232 | } | 232 | } |
| 233 | | 233 | |
| 234 | test "Group.cancel" { | 234 | test "Group.cancel" { |
| | 235 | if (builtin.cpu.arch.isSPARC() and builtin.os.tag == .linux) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35347 |
| | 236 | |
| 235 | const global = struct { | 237 | const global = struct { |
| 236 | fn sleep(io: Io, result: *usize) Io.Cancelable!void { | 238 | fn sleep(io: Io, result: *usize) Io.Cancelable!void { |
| 237 | defer result.* = 1; | 239 | defer result.* = 1; |