test262/test/built-ins/Temporal/ZonedDateTime
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
..
compare Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
from Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
prototype Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-case-insensitive.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-number.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
calendar-string.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-temporal-object.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-undefined.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02: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 Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
timezone-string-datetime.js Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
timezone-string-leap-second.js Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
timezone-string-multiple-offsets.js Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
timezone-string.js Replace Temporal.ZonedDateTime.timeZone getter with new API 2023-04-07 11:43:31 -07:00
timezone-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00