test262/test/built-ins/Temporal/PlainTime
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: Test adjustments for removing calendar and time zone objects 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 Remove calendar slot from Temporal.PlainTime 2023-04-07 11:43:31 -07:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
constructor.js Temporal: Add arguments to constructor tests. 2022-05-25 11:35:10 -07:00
hour-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
microsecond-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
millisecond-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
minute-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
name.js Add Temporal tests 2021-10-01 14:30:12 -04:00
nanosecond-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
negative-infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
negative-zero.js Port tests for PlainTime. 2022-02-28 14:32:34 -05:00
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
second-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00