Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b307b6cc06e3455eed97ec02bc51f656c35c466
https://github.com/WebKit/WebKit/commit/9b307b6cc06e3455eed97ec02bc51f656c35c466
Author: Keith Miller <[email protected]>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M JSTests/stress/intl-datetimeformat.js
M JSTests/stress/intl-extended-timezone-names.js
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications