test262/test/built-ins/Temporal/ZonedDateTime
Philip Chimento 8ad7d04afa Temporal: Test copying options object in since() and until()
In since() and until() methods, we copy the options object with
CopyDataProperties. Previously, its properties could be read in more than
one place (the method itself, and the calendar method), triggering user
code each time. Now, we pass around null-prototype objects with only data
properties.

See https://github.com/tc39/proposal-temporal/pull/2447
2023-02-14 09:45:43 -08:00
..
compare Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
from Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
prototype Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-case-insensitive.js Apply suggestions from code review 2022-09-13 11:32:16 -07:00
calendar-instance-does-not-get-calendar-property.js Temporal: Add tests for fast path in ToTemporalCalendar 2022-10-18 14:38:38 +02:00
calendar-number.js Test conversion of Number to Temporal objects 2022-04-21 12:14:10 -07:00
calendar-string.js Temporal: Add tests for casting a calendar ID string to a Temporal.Calendar 2022-08-01 13:48:11 -07:00
calendar-temporal-object.js Regularize some of the "calendar-temporal-object" tests 2023-02-01 10:50:12 +01:00
calendar-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
constructor.js Temporal: Add arguments to constructor tests. 2022-05-25 11:35:10 -07:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
missing-arguments.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
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00
timezone-case-insensitive.js Added intl tests for timezone and calendar case insensitivity 2022-09-13 11:32:16 -07:00
timezone-instance-does-not-get-timeZone-property.js Temporal: Add tests for fast path in ToTemporalTimeZone 2022-10-18 14:38:38 +02:00
timezone-string-datetime.js Ensure tests in main suite do not use Intl time zones 2022-01-19 13:47:43 -05:00
timezone-string-leap-second.js Regularize leap second tests 2022-05-03 08:18:02 +02:00
timezone-string-multiple-offsets.js Add missing test for Temporal.ZonedDateTime constructor 2022-04-21 12:14:10 -07:00
timezone-string.js Temporal: Add tests for casting a time zone ID string to a Temporal.TimeZone 2022-08-01 13:48:11 -07:00
timezone-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00