[Temporal] Enable all PlainYearMonth test262 tests#56460
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Jan 15, 2026
Merged
[Temporal] Enable all PlainYearMonth test262 tests#56460webkit-commit-queue merged 1 commit intoWebKit:mainfrom
webkit-commit-queue merged 1 commit intoWebKit:mainfrom
Conversation
Collaborator
|
EWS run on previous version of this PR (hash d5c5543) Details |
Contributor
Author
|
This is a resubmit of #56293 , which was reverted. The changes are:
|
Constellation
approved these changes
Jan 12, 2026
d5c5543 to
a8ef590
Compare
Collaborator
|
EWS run on previous version of this PR (hash a8ef590) Details |
Collaborator
|
Failed mac-wk2 checks. Please resolve failures and re-apply Rejecting #56460 from merge queue. |
Collaborator
|
Safe-Merge-Queue: Build #80840. |
a8ef590 to
5e9a90b
Compare
Collaborator
|
EWS run on current version of this PR (hash 5e9a90b) Details |
Contributor
Author
|
Rebased again in the hopes of fixing the mac-wk2 failure. |
https://bugs.webkit.org/show_bug.cgi?id=305156 Reviewed by Yusuke Suzuki. Also fix several bugs that were hidden by PlainYearMonth being skipped in config.yaml: * Negate rounding mode when calling PlainYearMonth since method * Fix bug where negative month should be checked before options * Fix month code checking bug in with when supplied month code differs from existing month * JSTests/test262/config.yaml: * Source/JavaScriptCore/runtime/ISO8601.cpp: (JSC::ISO8601::parseDate): * Source/JavaScriptCore/runtime/TemporalCalendar.cpp: (JSC::TemporalCalendar::isoDateFromFields): (JSC::TemporalCalendar::yearMonthFromFields): * Source/JavaScriptCore/runtime/TemporalPlainDate.cpp: (JSC::TemporalPlainDate::toYearMonth): * Source/JavaScriptCore/runtime/TemporalPlainDateTime.cpp: (JSC::TemporalPlainDateTime::from): * Source/JavaScriptCore/runtime/TemporalPlainDateTime.h: * Source/JavaScriptCore/runtime/TemporalPlainDateTimeConstructor.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): * Source/JavaScriptCore/runtime/TemporalPlainDateTimePrototype.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): * Source/JavaScriptCore/runtime/TemporalPlainMonthDay.cpp: (JSC::TemporalPlainMonthDay::from): * Source/JavaScriptCore/runtime/TemporalPlainMonthDay.h: * Source/JavaScriptCore/runtime/TemporalPlainMonthDayPrototype.cpp: (JSC::JSC_DEFINE_HOST_FUNCTION): * Source/JavaScriptCore/runtime/TemporalPlainYearMonth.cpp: (JSC::TemporalPlainYearMonth::with): (JSC::TemporalPlainYearMonth::sinceOrUntil): Canonical link: https://commits.webkit.org/305624@main
5e9a90b to
d865004
Compare
Collaborator
|
Committed 305624@main (d865004): https://commits.webkit.org/305624@main Reviewed commits have been landed. Closing PR #56460 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
d865004
5e9a90b
🛠 playstation