@@ -1203,10 +1203,15 @@ export const ENTRY_BY_HAND = Object.freeze({
12031203 // sentence and then a FIXTURE STRING stand ahead of the real definition. That
12041204 // was the INSTRUMENT's limit recorded as this file's property. Anchored on the
12051205 // definition the copy parses and runs (measured: exit 1, `selfTest() returned
1206- // without reaching its verdict`). The probe still reads NOT MEASURED here and
1207- // now says why itself -- `baseline run failed (exit 1)`, because it writes its
1208- // copy under `scripts/`, where this gate's own single-site sweep finds the
1209- // near-duplicate and refuses (#15515). A separate card, not worked around here.
1206+ // without reaching its verdict`). It then read NOT MEASURED `baseline run
1207+ // failed (exit 1)` for as long as the copy was written under `scripts/`, where
1208+ // this gate's own single-site sweep found the near-duplicate and refused: the
1209+ // copy now lands outside that tree and this gate's baseline is clean (#15515).
1210+ // What is left is the BUDGET: at the default 120 s the self-test does not
1211+ // finish and the row reads `killed by SIGTERM` (#15573, not folded in here).
1212+ // Measured at 900 s on a shared box: baseline exit 0 after ~7 minutes, mutated
1213+ // exit 1 in 200 bytes, verdict HELD -- so the row is a budget away, not a
1214+ // property of the file.
12101215 'scripts/pm/dispatch-gates.mjs' : 'selfTest' ,
12111216} ) ;
12121217
0 commit comments