tc39 / ecma402

Status, process, and documents for ECMA 402
https://tc39.es/ecma402/
Other
537 stars 105 forks source link

Guidelines for locale-sensitive testing in test262 #934

Open ptomato opened 3 hours ago

ptomato commented 3 hours ago

Slides: https://ptomato.name/talks/tc39tg2-2024-10

In the 2024-10-24 meeting I presented the above slide deck, asking for feedback on best practices for testing Intl APIs in test262. Let's open this issue for further discussion and feedback.

longlho commented 3 hours ago

Dropping a quick thought: I generally agree that test262 should contain more output matching tests. However, whenever I have to upgrade cldr for formatjs most of our tests also need updated, even for popular locales. Output matching is highly dependent on data source and that's also not in the spec :(