test262/test/built-ins/Temporal/ZonedDateTime/from
Philip Chimento efc7424844 Temporal: Don't use getISOFields() in other tests
Previously getISOFields() was used to get the exact value of the
[[Calendar]] and [[TimeZone]] internal slots, as well as to get the
reference ISO year for PlainMonthDay and reference ISO day for
PlainYearMonth.

Use calendarId and timeZoneId for the former and toString() for the
latter.
2024-07-05 10:43:53 +02:00
..
argument-propertybag-calendar-case-insensitive.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
argument-propertybag-calendar-iso-string.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
argument-propertybag-calendar-leap-second.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
argument-propertybag-calendar-number.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
argument-propertybag-calendar-string.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
argument-propertybag-calendar-wrong-type.js Temporal: Remove Calendar and TimeZone objects from "wrong-type" tests 2024-07-05 10:43:53 +02:00
argument-propertybag-calendar-year-zero.js Temporal: argument-propertybag-calendar-year-zero testing the wrong thing 2024-04-03 12:32:46 +02:00
argument-propertybag-invalid-offset-string.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
argument-propertybag-offset-not-agreeing-with-timezone.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
argument-propertybag-timezone-string-datetime.js Temporal: Edit test descriptions that refer to Calendar and TimeZone objects 2024-07-05 10:43:53 +02:00
argument-propertybag-timezone-string-leap-second.js Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
argument-propertybag-timezone-string-multiple-offsets.js Limit offset time zones to minute precision 2023-07-18 17:44:19 +02:00
argument-propertybag-timezone-string-year-zero.js Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
argument-propertybag-timezone-string.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
argument-propertybag-timezone-wrong-type.js Temporal: Remove Calendar and TimeZone objects from "wrong-type" tests 2024-07-05 10:43:53 +02:00
argument-string-calendar-annotation-invalid-key.js Temporal: Add tests for incorrectly capitalized annotation keys 2024-04-03 12:32:46 +02:00
argument-string-calendar-annotation.js Tests for multiple calendar annotations with at least one critical 2023-05-24 13:12:40 -07:00
argument-string-critical-unknown-annotation.js Temporal: Add tests for unknown annotation with critical flag 2022-10-11 12:19:49 +02:00
argument-string-date-with-utc-offset.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
argument-string-minus-sign.js Temporal: Make U+2212 MINUS SIGN invalid in ISO strings 2024-07-03 08:50:57 -07:00
argument-string-multiple-calendar.js Tests for multiple calendar annotations with at least one critical 2023-05-24 13:12:40 -07:00
argument-string-multiple-time-zone.js Temporal: Add tests for multiple time zone annotations 2022-10-11 12:19:49 +02:00
argument-string-time-separators.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
argument-string-time-zone-annotation.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
argument-string-unknown-annotation.js Temporal: Add tests for unknown annotation without critical flag 2022-10-11 12:19:49 +02:00
argument-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
argument-zoneddatetime.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
builtin.js
calendar-temporal-object.js Temporal: Don't use getISOFields() in other tests 2024-07-05 10:43:53 +02:00
disambiguation-invalid-string.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
disambiguation-wrong-type.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
infinity-throws-rangeerror.js
leap-second.js
length.js
name.js
not-a-constructor.js
observable-get-overflow-argument-primitive.js Temporal: Test adjustments for removing calendar and time zone objects 2024-07-05 10:43:53 +02:00
observable-get-overflow-argument-string-invalid.js Temporal: Test adjustments for removing calendar and time zone objects 2024-07-05 10:43:53 +02:00
offset-invalid-string.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
offset-overrides-critical-flag.js Temporal: Test that the offset option has the last word in ZDT.from() 2022-10-11 12:19:49 +02:00
offset-undefined.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
offset-wrong-type.js Temporal: Fix tests that unnecessarily create TimeZone or Calendar instances 2024-07-05 10:43:53 +02:00
options-object.js
options-wrong-type.js
order-of-operations.js Temporal: Test adjustments for removing calendar and time zone objects 2024-07-05 10:43:53 +02:00
overflow-invalid-string.js
overflow-undefined.js
overflow-wrong-type.js Temporal: Copy options object in {Plain,Zoned}DateTime.{from,p.with} 2023-08-16 14:49:15 -07:00
prop-desc.js
subclassing-ignored.js
timezone-case-insensitive.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
year-zero.js
zoneddatetime-string-multiple-offsets.js Temporal: Improve various assertion messages 2023-09-08 09:38:14 -07:00
zoneddatetime-string.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00