-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporal: Add coverage for unbalanced date-time separators #4237
Comments
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Oct 3, 2024
…fink Request for test262 coverage: tc39/test262#4237 Differential Revision: https://phabricator.services.mozilla.com/D223506
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 9, 2024
…fink Request for test262 coverage: tc39/test262#4237 Differential Revision: https://phabricator.services.mozilla.com/D223506 UltraBlame original commit: 75430ad783acfc49e5aaca4178f7359695cf47e5
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 9, 2024
…fink Request for test262 coverage: tc39/test262#4237 Differential Revision: https://phabricator.services.mozilla.com/D223506 UltraBlame original commit: 75430ad783acfc49e5aaca4178f7359695cf47e5
i3roly
pushed a commit
to i3roly/firefox-dynasty
that referenced
this issue
Oct 9, 2024
…fink Request for test262 coverage: tc39/test262#4237 Differential Revision: https://phabricator.services.mozilla.com/D223506
ErichDonGubler
pushed a commit
to erichdongubler-mozilla/firefox
that referenced
this issue
Oct 10, 2024
…fink Request for test262 coverage: tc39/test262#4237 Differential Revision: https://phabricator.services.mozilla.com/D223506
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't coverage for unbalanced date-time separators, because the SpiderMonkey currently has a bug which allows unbalanced separators and I don't see any test262 failures for this case. For example
Temporal.PlainDate.from("2000-0101")
andTemporal.PlainTime.from("1230:00")
are incorrectly accepted in SM.The text was updated successfully, but these errors were encountered: