| author | |
| committer | |
| log | ccc78252f153e02450c7de273cd553074a65ae02 |
| tree | 7812de89fed726d52035bdf5e83ce5f47061c787 |
| parent | bbacf42837938ddbb88efae8cae99aec24debd0f |
| signature |
https://codeberg.org/ziglang/zig/issues/305921 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Io/test.zig+2| ... | ... | @@ -421,6 +421,8 @@ test "Event" { |
| 421 | 421 | } |
| 422 | 422 | |
| 423 | 423 | test "recancel" { |
| 424 | if (builtin.os.tag == .linux and !builtin.link_libc) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30592 | |
| 425 | ||
| 424 | 426 | const global = struct { |
| 425 | 427 | fn worker(io: Io) Io.Cancelable!void { |
| 426 | 428 | var dummy_event: Io.Event = .unset; |