test262/test/built-ins/Temporal/ZonedDateTime/from
Justin Grant 60e475248d Tests for Temporal PR #2574
Edits Temporal tests to account for changes in
https://github.com/tc39/proposal-temporal/pull/2574.

This PR stops coercing non-string primitive inputs to strings
in Temporal methods, to avoid cases where numbers
are coerced to syntactically valid but often unexpected
string results.
2023-07-18 17:09:04 +02:00
..
argument-propertybag-calendar-case-insensitive.js Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
argument-propertybag-calendar-leap-second.js Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
argument-propertybag-calendar-number.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
argument-propertybag-calendar-string.js Store strings or objects in Temporal objects' [[Calendar]] slot 2023-04-07 11:43:31 -07:00
argument-propertybag-calendar-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
argument-propertybag-calendar-year-zero.js Regularize year zero tests 2022-05-03 08:18:02 +02:00
argument-propertybag-invalid-offset-string.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
argument-propertybag-offset-not-agreeing-with-timezone.js Test offset property in ZonedDateTime property bags 2022-02-01 17:59:02 -05:00
argument-propertybag-timezone-getoffsetnanosecondsfor-non-integer.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-propertybag-timezone-getoffsetnanosecondsfor-not-callable.js Fix not-callable getOffsetNansecondsFor tests 2021-11-30 14:36:59 -05:00
argument-propertybag-timezone-getoffsetnanosecondsfor-out-of-range.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-propertybag-timezone-getoffsetnanosecondsfor-wrong-type.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-propertybag-timezone-string-datetime.js Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07: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 Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07: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 Store strings or objects in Temporal.ZonedDateTime [[TimeZone]] slot 2023-04-07 11:43:31 -07:00
argument-propertybag-timezone-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +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-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 Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
balance-negative-time-units.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
calendar-datefromfields-called-with-null-prototype-fields.js Temporal: Test observable calls on fields object from PrepareTemporalFields 2022-06-27 13:51:58 +02:00
calendar-fields-iterable.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-temporal-object.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
constructor-in-calendar-fields.js Temporal Issue 2532 (#3858) 2023-07-17 07:55:34 -07:00
disambiguation-invalid-string.js Add Temporal tests 2021-10-01 14:30:12 -04:00
disambiguation-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
disambiguation-wrong-type.js Add Temporal tests 2021-10-01 14:30:12 -04:00
duplicate-calendar-fields.js Temporal Issue 2532 (#3858) 2023-07-17 07:55:34 -07:00
infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
leap-second.js Regularize leap second tests 2022-05-03 08:18:02 +02:00
length.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
not-a-constructor.js Add Temporal tests 2021-10-01 14:30:12 -04:00
offset-invalid-string.js Add Temporal tests 2021-10-01 14:30:12 -04: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 Add Temporal tests 2021-10-01 14:30:12 -04:00
offset-wrong-type.js Temporal: Fix typo in ZonedDateTime/from/offset-wrong-type.js. 2022-06-25 19:55:37 +02:00
options-object.js Added tests for an empty or a function options object 2022-07-28 11:59:50 -07:00
options-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
options-wrong-type.js Add tests for Temporal options bags being of the wrong type 2022-04-13 10:46:20 +02:00
order-of-operations.js Validate required methods of Temporal Calendar protocol 2023-04-10 08:36:08 -07:00
overflow-invalid-string.js Expand overflow-invalid-string.js tests. 2022-03-25 11:18:13 -07:00
overflow-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
overflow-wrong-type.js Temporal: Add missing Number checks in overflow-wrong-type.js. 2022-06-25 19:54:57 +02:00
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
proto-in-calendar-fields.js Temporal Issue 2532 (#3858) 2023-07-17 07:55:34 -07:00
read-time-fields-before-datefromfields.js Add Temporal tests 2021-10-01 14:30:12 -04:00
subclassing-ignored.js Add Temporal tests 2021-10-01 14:30:12 -04:00
timezone-case-insensitive.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
timezone-getpossibleinstantsfor-iterable.js Add Temporal tests 2021-10-01 14:30:12 -04:00
year-zero.js Regularize year zero tests 2022-05-03 08:18:02 +02:00
zoneddatetime-string-multiple-offsets.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
zoneddatetime-string.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
zoneddatetime-sub-minute-offset.js Test removal of sub-minute time zone offsets in ISO strings 2021-11-01 14:07:02 -04:00