Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: d8075f950296e20e5767dabf0e26e6a5b38f1f84
https://github.com/WebKit/WebKit/commit/d8075f950296e20e5767dabf0e26e6a5b38f1f84
Author: Keith Miller <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M JSTests/stress/intl-datetimeformat.js
M JSTests/stress/intl-extended-timezone-names.js
Log Message:
-----------
Cherry-pick 38349@main (9b307b6cc06e).
https://bugs.webkit.org/show_bug.cgi?id=309393
[JSC] Fix Intl tests for compatibility with newer ICU/CLDR data
https://bugs.webkit.org/show_bug.cgi?id=309393
rdar://171936645
Reviewed by Yusuke Suzuki.
Newer versions of ICU/CLDR changed some locale data strings that caused
test failures:
* Coptic and Ethiopic calendar era abbreviations changed from
ERA0/ERA1 to their proper abbreviations (AM, AA).
* Indian calendar era name changed from "Saka" to "Śaka".
* Japanese timezone names changed from 米国 (kanji) to アメリカ
(katakana) for "America".
Update the affected tests to accept both old and new variants.
* JSTests/stress/intl-datetimeformat.js:
Accept both ERA1/AM for Coptic and Ethiopic calendars, ERA0/AA for
Ethiopic Amete Alem, and Saka/Śaka for the Indian calendar.
* JSTests/stress/intl-extended-timezone-names.js:
Accept both アメリカ and 米国 variants for ja-JP Pacific timezone names.
Also improve shouldBe error message to show expected value.
Canonical link: https://commits.webkit.org/308836@main
Canonical link: https://commits.webkit.org/305877.864@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications