authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-01 14:31:08+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-01 15:20:10+02:00
logbcf65eb51085c0fa1a9380172cdea55811d9fe97
tree31b850d967fe87f0c9fc572a689bef4794d75a20
parentb6810db40a18026e0362ef04570468a6a3a89635
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "std.Io: disable `Group.cancel` on sparc64-linux"

This reverts commit ef3040786e502ea82e87ffefb9570b4e88dff79b.

1 files changed, 0 insertions(+), 2 deletions(-)

lib/std/Io/test.zig-2
......@@ -232,8 +232,6 @@ fn count(a: usize, b: usize, result: *usize) void {
232232}
233233
234234test "Group.cancel" {
235 if (builtin.cpu.arch.isSPARC() and builtin.os.tag == .linux) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35347
236
237235 const global = struct {
238236 fn sleep(io: Io, result: *usize) Io.Cancelable!void {
239237 defer result.* = 1;