test262/test/built-ins/Temporal/Duration
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: Further coverage and tweaks for removing Calendar/TimeZone objs 2024-08-22 14:00:43 -07:00
from Temporal: Make U+2212 MINUS SIGN invalid in ISO strings 2024-07-03 08:50:57 -07:00
prototype Temporal: Add a test for a coverage gap in Duration.prototype.round 2024-08-15 10:26:58 +02:00
basic.js
builtin.js
call-builtin.js
constructor.js
days-undefined.js
fractional-throws-rangeerror.js
hours-undefined.js
infinity-throws-rangeerror.js
length.js
max.js Temporal: Limit duration years, months, and weeks to <2³² each 2024-01-31 08:22:05 -08:00
microseconds-undefined.js
milliseconds-undefined.js
minutes-undefined.js
mixed.js
months-undefined.js
name.js
nanoseconds-undefined.js
negative-infinity-throws-rangeerror.js
out-of-range.js Temporal: fix messages on `Duration/out-of-range` tests 2024-05-23 19:16:00 -07:00
prop-desc.js
seconds-undefined.js
subclass.js
weeks-undefined.js
years-undefined.js