Follow-up to #5298 (closed). Honest re-measure with full Intl surface counted: intl402 = 2,163/3,239 = 66.8%, 1,076 fails.
By constructor
Temporal 243 · NumberFormat 192 · DateTimeFormat 161 · Locale 137 · DurationFormat 104 · DisplayNames 51 · RelativeTimeFormat 37 · Segmenter 35
Dominant reasons
- 138×
TypeError: undefined is not a constructor — missing Intl constructor(s) (likely DurationFormat / Locale / a sub-form). Highest-ROI: implement the missing constructor(s).
- 106×
Cannot read properties of undefined — partial objects (missing methods/getters on Intl instances).
- 84×
Insufficient fields — Temporal↔Intl field resolution (the Temporal 243 cluster).
- 27×
Expected a TypeError (missed argument-validation negatives), 26× Cannot convert undefined or null.
Suggested order
- Missing constructor(s) behind the 138 (start with DurationFormat/Locale). 2. Temporal↔Intl field resolution (Temporal 243 / Insufficient fields 84). 3. NumberFormat/DateTimeFormat instance-method gaps (Cannot-read-undefined 106). 4. argument-validation TypeErrors.
Measure: scripts/test262_subset.py --dir intl402 --all-features (node v26). Prompt scaffold: ~/perry-bench/prompts/test262-intl402-gaps.md.
Follow-up to #5298 (closed). Honest re-measure with full Intl surface counted: intl402 = 2,163/3,239 = 66.8%, 1,076 fails.
By constructor
Temporal 243 · NumberFormat 192 · DateTimeFormat 161 · Locale 137 · DurationFormat 104 · DisplayNames 51 · RelativeTimeFormat 37 · Segmenter 35
Dominant reasons
TypeError: undefined is not a constructor— missing Intl constructor(s) (likely DurationFormat / Locale / a sub-form). Highest-ROI: implement the missing constructor(s).Cannot read properties of undefined— partial objects (missing methods/getters on Intl instances).Insufficient fields— Temporal↔Intl field resolution (theTemporal243 cluster).Expected a TypeError(missed argument-validation negatives), 26×Cannot convert undefined or null.Suggested order
Measure:
scripts/test262_subset.py --dir intl402 --all-features(node v26). Prompt scaffold:~/perry-bench/prompts/test262-intl402-gaps.md.