A test that fails one run in four was failing that way before today

This commit is contained in:
Joseph Ferano 2026-09-13 08:17:03 +07:00
parent e80e79b3fd
commit 4f58093325

View File

@ -54,6 +54,13 @@ state holds fixed arrays or `Vec`s.
**raylib 6.0 is not urgent:** all seven struct layouts on the game's path and every enum value it touches are
byte-identical between 5.5 and the vendored 6.0.
### One flaky test, measured rather than suspected
`test_dev.ml`'s first block fails about one run in four with *"the merged program never bound
…/agent.sock"*. **It is not new** — reproduced at `54027ca`, before any of today's work, at the same rate. It is a
startup race in the one-process daemon's socket bind, not a real failure, and it makes "the suite is green" a
statement that needs a second run to make. Worth fixing before it trains someone to re-run on red.
### Left mid-flight when the session ended
Both lanes committed their main work and died on trailing polish; both are merged and the suite is green.