| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | update test-link to new std.Io API | Andrew Kelley | |
| 4 days | test: std.fs.File -> std.Io.File | Andrew Kelley | |
| 2025-07-07 | update standalone and incremental tests to new API | Andrew Kelley | |
| 2025-06-06 | tests: avoid loading 16 MiB onto the stack | mlugg | |
| Currently, Zig semantically loads an array as a temporary when indexing it. This means it cannot be guaranteed that only the requested element is loaded; in particular, our self-hosted backends do not elide the load of the full array, so this test case was crashing on self-hosted. | |||
| 2023-03-15 | new linker test harness | Andrew Kelley | |
| It's simpler and it takes advantage of `std.Build.addAnonymousDependency`, which has a number of benefits, including concurrenc and preventing extra zig-cache and zig-out directories being created. 4 tests are ported over as an example. | |||
| 2022-06-20 | test: introduce link(er) tests - builds on standalone tests | Jakub Konka | |
