mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +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