| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-15 | libc-test: disable utime.c | Alex Rønne Petersen | |
| Fails under heavy load in CI; futimens() effects aren't reflected in the subsequent fstat() call for some reason. | |||
| 2025-10-01 | libc-test: disable malloc-oom.c | Alex Rønne Petersen | |
| This causes QEMU to OOM in CI. | |||
| 2025-09-25 | libc-test: disable daemon-failure.c | Alex 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-24 | Integrate libc-test cases into the build system | rpkak | |
| zig build test-libc -Dlibc-test-path=/path/to/libc-test | |||
