test262/test/built-ins/Temporal/PlainTime
Philip Chimento 58a9cdc426 Temporal: Test new limits for user code return from getOffsetNanosecondsFor
This tests the normative change from
https://github.com/tc39/proposal-temporal/pull/2260
which achieved consensus in the July 2022 TC39 meeting.

The return value from a userland getOffsetNanosecondsFor method is no
longer allowed to be exactly one 24-hour day.
2022-09-16 13:41:08 +02:00
..
compare Temporal: Start moving collections of valid/invalid strings into TemporalHelpers 2022-08-31 08:59:33 -07:00
from Temporal: Start moving collections of valid/invalid strings into TemporalHelpers 2022-08-31 08:59:33 -07:00
prototype Temporal: Test new limits for user code return from getOffsetNanosecondsFor 2022-09-16 13:41:08 +02:00
basic.js Add Temporal tests 2021-10-01 14:30:12 -04: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