| 1 |
# Regressions |
| 2 |
|
| 3 |
One file per input that once found a bug. `tests/regressions.rs` replays every |
| 4 |
file here through `kittygfx::oracle::check_bodies` on stable, so anything |
| 5 |
landing in this directory is a permanent test by virtue of the directory, with |
| 6 |
no test function to write and no chance of forgetting one. |
| 7 |
|
| 8 |
- `2026-08-30-many-ids-never-finished` and `2026-08-30-one-id-never-finished`: |
| 9 |
partial transmissions nothing evicts, one keyed across many `i=` values and |
| 10 |
one under a single id. Both are witnesses at a size a repository can hold; |
| 11 |
the sizes that actually exhaust a terminal are fed by `tests/regressions.rs`, |
| 12 |
which builds them rather than storing them. |
| 13 |
|