| ... | @@ -232,8 +232,6 @@ fn count(a: usize, b: usize, result: *usize) void { | ... | @@ -232,8 +232,6 @@ 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 | | | |
| 237 | const global = struct { | 235 | const global = struct { |
| 238 | fn sleep(io: Io, result: *usize) Io.Cancelable!void { | 236 | fn sleep(io: Io, result: *usize) Io.Cancelable!void { |
| 239 | defer result.* = 1; | 237 | defer result.* = 1; |