test262/test/built-ins/Temporal/ZonedDateTime
Philip Chimento 55fdf60820 Remove calendar slot from Temporal.PlainTime
Has several effects on existing tests:
- Remove PlainTime from various tests that extract a Temporal.Calendar
  instance from another Temporal object.
- Remove Temporal.PlainTime.prototype.calendar property.
- Remove calendar property from object returned from
  Temporal.PlainTime.prototype.getISOFields().
- Ignore calendar annotation when converting ISO string to PlainTime.

Normative PR: https://github.com/tc39/proposal-temporal/pull/2482
2023-04-07 11:43:31 -07: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 Remove calendar slot from Temporal.PlainTime 2023-04-07 11:43:31 -07:00
builtin.js
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 Remove calendar slot from Temporal.PlainTime 2023-04-07 11:43:31 -07:00
calendar-undefined.js
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
missing-arguments.js
name.js
prop-desc.js
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