test262/test/built-ins/Temporal/PlainDate
Philip Chimento 8b5dc0b1ef Temporal: Consistently test that calendar is copied in X.from()
We did this inconsistently in PlainDate and ZonedDateTime, and not in the
other calendar-carrying types. Additionally, we don't have to create the
calendar explicitly in PlainDate.
2022-09-21 10:41:14 +02:00
..
compare Temporal: Add tests for casting a calendar ID string to a Temporal.Calendar 2022-08-01 13:48:11 -07:00
from Temporal: Consistently test that calendar is copied in X.from() 2022-09-21 10:41:14 +02:00
prototype Temporal: Test new limits for user code return from getOffsetNanosecondsFor 2022-09-16 13:41:08 +02:00
argument-convert.js Temporal: Improve coverage for PlainDate constructor and from(). 2022-05-25 11:39:05 -07:00
argument-invalid.js Temporal: Improve coverage for PlainDate constructor and from(). 2022-05-25 11:39:05 -07:00
basic.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-case-insensitive.js Apply suggestions from code review 2022-09-13 11:32:16 -07: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 Add Temporal tests 2021-10-01 14:30:12 -04: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
infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
limits.js Add tests for limits in PlainDate. 2022-01-04 09:26:28 -05: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
negative-infinity-throws-rangeerror.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