Skip to content

Tags: linusg/test262

Tags

web-features-manifest-for-5c8206929d81b2d3d727ca6aac56c18358c8d790

Toggle web-features-manifest-for-5c8206929d81b2d3d727ca6aac56c18358c8d790's commit message
[Temporal] Clean up tests using non-UTC named time zones

Change *-large-subseconds test to use UTC, and move
round-dst-boundaries.js into intl402

web-features-manifest-for-a6f387de323eb9ae56448bdb71c5d315df631ce4

Toggle web-features-manifest-for-a6f387de323eb9ae56448bdb71c5d315df631ce4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Temporal] Add function as acceptable undefined options object (tc39#…

…4990)

* [Temporal] Add function as acceptable undefined options object

web-features-manifest-for-cd18e72bfe06f4f8013e1c370f40ec9de3a65cd2

Toggle web-features-manifest-for-cd18e72bfe06f4f8013e1c370f40ec9de3a65cd2's commit message
Temporal: Add back tests for cal ID / ISO overlap for constructors

Mistakenly removed in tc39#4988. These
tests were actually correct, because the calendar parameter in Temporal
constructors only accepts a calendar ID, not an ISO string.
h/t fabon-f

web-features-manifest-for-63829c6d925e24a3f5f307b08754aaa1c412c6a6

Toggle web-features-manifest-for-63829c6d925e24a3f5f307b08754aaa1c412c6a6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tests to verify that the reference year table for chinese/dangi calen…

…dar is used correctly (tc39#4974)

* Add tests ensuring throw on invalid year/monthCode/day combinations

* [Temporal] Added test for correct reference year selection in chinese and dangi calendars when creating PlainMonthDays from PlainDates that can be created but that don't store a valid date

* [Temporal] Throw when attempting to create PlainMonthDay from invalid PlainDate and overflow: reject

* [Temporal] Added additional test for creating PMD from PlainDate.toPlainMonthDay()

web-features-manifest-for-3aa9cb2c71afc21aefc1f82e899af1d0403351ba

Toggle web-features-manifest-for-3aa9cb2c71afc21aefc1f82e899af1d0403351ba's commit message
Split `test/staging/Intl402/Temporal/old/zdt-tostring.js` to two new

files
- `test/intl402/Temporal/ZonedDateTime/prototype/toString/dst-rounding-mode-half-expand.js`, and
- `test/intl402/Temporal/ZonedDateTime/prototype/toString/options-combinations.js`.

web-features-manifest-for-f2d59ea6e4b2f6f87de9f0d18a41d73782b6a9bc

Toggle web-features-manifest-for-f2d59ea6e4b2f6f87de9f0d18a41d73782b6a9bc's commit message
Accept BigInts in PluralRules.prototype.selectRange tests

BigInt inputs are valid after
<tc39/ecma402#1026>.

web-features-manifest-for-c9aa6126e8f6fe2c6f668c65bfba771ffc8a6096

Toggle web-features-manifest-for-c9aa6126e8f6fe2c6f668c65bfba771ffc8a6096's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Temporal] Remove test/staging/Temporal/v8/calendar-date-until.js (tc…

…39#4817)

And move functionality into one existing test and one new test.

web-features-manifest-for-4f03598938bbcd759591b604a5db2c294db10ad9

Toggle web-features-manifest-for-4f03598938bbcd759591b604a5db2c294db10ad9's commit message
[Temporal] Coverage for formatting a PlainDateTime with invalid forma…

…tter options

A PlainDateTime cannot be formatted if the formatter was created with
a defined `timeZoneName` option. Add coverage for this case.