[webkit-changes] [WebKit/WebKit] 222dac: [JSC] Fix Duration format's nanoseconds calculatio...
Yusuke Suzuki
noreply at github.com
Fri Aug 23 18:58:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 222dacd307a7548c62021b0e0d9ecc5ea1772ee4
https://github.com/WebKit/WebKit/commit/222dacd307a7548c62021b0e0d9ecc5ea1772ee4
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-08-23 (Fri, 23 Aug 2024)
Changed paths:
M JSTests/stress/intl-durationformat-format-to-parts.js
M JSTests/test262/expectations.yaml
M Source/JavaScriptCore/runtime/IntlDurationFormat.cpp
Log Message:
-----------
[JSC] Fix Duration format's nanoseconds calculation ordering
https://bugs.webkit.org/show_bug.cgi?id=278539
rdar://134526619
Reviewed by Ross Kirsling.
Reduce rounding error by adding smaller value first.
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/IntlDurationFormat.cpp:
(JSC::collectElements):
Canonical link: https://commits.webkit.org/282690@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list