mirror of
https://github.com/ziglang/zig.git
synced 2026-01-07 05:55:36 +00:00
* move test from std/io/test.zig to std/os/test.zig * do glibc version check, and make direct system call if glibc is too old * disable test when not linking libc, to avoid not working with outdated qemu version on the CI server. see #4019