[Temporal] Enable all PlainYearMonth test262 tests#56293
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Jan 9, 2026
Merged
[Temporal] Enable all PlainYearMonth test262 tests#56293webkit-commit-queue merged 1 commit intoWebKit:mainfrom
webkit-commit-queue merged 1 commit intoWebKit:mainfrom
Conversation
Collaborator
|
EWS run on current version of this PR (hash 4b4d45b) Details |
justinmichaud
approved these changes
Jan 8, 2026
Constellation
approved these changes
Jan 9, 2026
https://bugs.webkit.org/show_bug.cgi?id=305156 Reviewed by Justin Michaud and 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/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/305330@main
4b4d45b to
fe216b1
Compare
Collaborator
|
Committed 305330@main (fe216b1): https://commits.webkit.org/305330@main Reviewed commits have been landed. Closing PR #56293 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.
fe216b1
4b4d45b
🛠 win🧪 win-tests🛠 🧪 jsc-arm64🛠 playstation🛠 mac-safer-cpp