| author | |
| committer | |
| log | bbacf42837938ddbb88efae8cae99aec24debd0f |
| tree | 9e18169946632e5cb0ab9ce364b76ec1aa2724d5 |
| parent | 31a6e83a7cf178156d9408a9e7061853ea2410ec |
| signature |
https://codeberg.org/ziglang/zig/issues/300961 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Io/test.zig+2| ... | ... | @@ -254,6 +254,8 @@ test "Group.cancel" { |
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | test "Group.concurrent" { |
| 257 | if (builtin.os.tag == .linux and !builtin.link_libc) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30096 | |
| 258 | ||
| 257 | 259 | const io = testing.io; |
| 258 | 260 | |
| 259 | 261 | var group: Io.Group = .init; |