Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9ef04dabf52d7432a3e7ab13f44f9d8b4bd933a0
https://github.com/WebKit/WebKit/commit/9ef04dabf52d7432a3e7ab13f44f9d8b4bd933a0
Author: Yusuke Suzuki <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M JSTests/stress/intl-locale-info.js
M JSTests/test262/expectations.yaml
M Source/JavaScriptCore/runtime/IntlLocale.cpp
Log Message:
-----------
[JSC] Intl.Locale's collections should be sorted
https://bugs.webkit.org/show_bug.cgi?id=321273
rdar://184322384
Reviewed by Yijia Huang.
Intl.Locale's returned arrays should be sorted according to the spec[1].
[1]: https://tc39.es/proposal-intl-locale-info/#sec-collations-of-locale
* JSTests/stress/intl-locale-info.js:
(shouldBe):
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/IntlLocale.cpp:
(JSC::IntlLocale::collations):
(JSC::IntlLocale::timeZones):
Canonical link: https://commits.webkit.org/318808@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications