test262/test/built-ins/Temporal/PlainYearMonth
Philip Chimento ea11e0e787 Temporal: Further coverage and tweaks for removing Calendar/TimeZone objs
Tweak some tests to provide coverage of new execution paths in the spec,
such as calling GetOptionsObject inside ToTemporal___; add a few new tests
for things that weren't covered before, such as rounding a PlainDateTime
at the edge of the range; and tweak the tests verifying when the
properties of the options bag are read, which I made a mistake in #4119.

See: https://github.com/tc39/proposal-temporal/pull/2925
2024-08-22 14:00:43 -07:00
..
compare Temporal: Move tests into intl402/ that require non-ISO calendar or non-UTC time zone 2024-07-05 10:43:53 +02:00
from Temporal: Further coverage and tweaks for removing Calendar/TimeZone objs 2024-08-22 14:00:43 -07:00
prototype Temporal: Further coverage and tweaks for removing Calendar/TimeZone objs 2024-08-22 14:00:43 -07:00
basic.js Test PlainYearMonth constructor, from. 2022-01-28 13:17:31 -05:00
builtin.js
calendar-always.js Ensure reference data is emitted when calendarName = 'always' 2022-03-29 16:58:36 -07:00
calendar-case-insensitive.js Temporal: Test calendar canonicalization in Temporal 2024-07-04 11:14:16 +02:00
calendar-invalid.js
calendar-iso-string.js Temporal: Add tests for conversion of calendar and time zone IDs in constructors 2024-07-05 10:43:53 +02:00
calendar-number.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
calendar-string.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
calendar-undefined.js Temporal: Remove tests that throw on calendar or time zone method accesses 2024-07-05 10:43:53 +02:00
calendar-wrong-type.js Temporal: Remove Calendar and TimeZone objects from "wrong-type" tests 2024-07-05 10:43:53 +02:00
constructor.js Pass arguments in PlainYearMonth constructor test. 2022-01-28 13:17:31 -05:00
infinity-throws-rangeerror.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
length.js
limits.js Add reference ISO days to PlainYearMonth assertions 2022-05-04 10:15:19 +02:00
missing-arguments.js
name.js
negative-infinity-throws-rangeerror.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
prop-desc.js
refisoday-undefined.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00