| author | |
| committer | |
| log | ef3040786e502ea82e87ffefb9570b4e88dff79b |
| tree | cc58b64697c27206f60a6ac7472eeb781863dc52 |
| parent | 6b30ad33422c28e6426d1994300048e6909d9b3f |
| signature |
https://codeberg.org/ziglang/zig/issues/35347#issuecomment-189088611 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Io/test.zig+2| ... | ... | @@ -232,6 +232,8 @@ fn count(a: usize, b: usize, result: *usize) void { |
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 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 | 237 | const global = struct { |
| 236 | 238 | fn sleep(io: Io, result: *usize) Io.Cancelable!void { |
| 237 | 239 | defer result.* = 1; |