aboutsummaryrefslogtreecommitdiff
path: root/test/libc.zig
AgeCommit message (Collapse)Author
2025-10-15libc-test: disable utime.cAlex Rønne Petersen
Fails under heavy load in CI; futimens() effects aren't reflected in the subsequent fstat() call for some reason.
2025-10-01libc-test: disable malloc-oom.cAlex Rønne Petersen
This causes QEMU to OOM in CI.
2025-09-25libc-test: disable daemon-failure.cAlex Rønne Petersen
It's flaky in that systems with a high FD limit will get an unexpected ENOMEM error from daemon(), failing the test.
2025-09-24Integrate libc-test cases into the build systemrpkak
zig build test-libc -Dlibc-test-path=/path/to/libc-test