test262/test/built-ins/Temporal/PlainDate/from
Philip Chimento ed32b59bba Temporal: Expand order-of-operations tests to cover options bags
Some of the existing order-of-operations tests didn't pass an options bag:
primarily from(), with(), add() and subtract(). (since() and until() were
covered in a previous commit.)

Add a TemporalHelpers.propertyBagObserver() options bag to the invocations
of these methods in the order-of-operations tests.
2022-11-29 11:53:40 +01:00
..
argument-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
argument-calendar-fields-undefined.js Temporal: Add tests for avoiding observable iteration in CalendarFields 2022-10-11 12:23:47 +02:00
argument-leap-second.js Temporal: Add tests for ZonedDateTime to PlainDate conversion. 2022-05-18 12:35:07 -07:00
argument-number.js Test conversion of Number to Temporal objects 2022-04-21 12:14:10 -07:00
argument-object-invalid.js Test PlainDate.from with more objects. 2022-01-24 13:35:39 -05:00
argument-object-valid.js Test PlainDate.from with more objects. 2022-01-24 13:35:39 -05:00
argument-plaindate.js Temporal: Consistently test that calendar is copied in X.from() 2022-09-21 10:41:14 +02:00
argument-plaindatetime.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-propertybag-calendar-case-insensitive.js Apply suggestions from code review 2022-09-13 11:32:16 -07:00
argument-propertybag-calendar-instance-does-not-get-calendar-property.js Temporal: Add tests for fast path in ToTemporalCalendar 2022-10-18 14:38:38 +02:00
argument-propertybag-calendar-leap-second.js Regularize leap second tests 2022-05-03 08:18:02 +02:00
argument-propertybag-calendar-number.js Test conversion of Number to Temporal objects 2022-04-21 12:14:10 -07:00
argument-propertybag-calendar-string.js Temporal: Add tests for casting a calendar ID string to a Temporal.Calendar 2022-08-01 13:48:11 -07:00
argument-propertybag-calendar-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
argument-propertybag-calendar-year-zero.js Regularize year zero tests 2022-05-03 08:18:02 +02:00
argument-propertybag-calendar.js Temporal: Improve coverage for PlainDate constructor and from(). 2022-05-25 11:39:05 -07:00
argument-string-calendar-annotation.js Temporal: Add tests for calendar annotation with critical flag 2022-10-11 12:19:49 +02: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-invalid.js Add tests for various invalid ISO strings for PlainDate 2022-03-29 11:26:53 -04: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 Temporal: Add tests for variant time separators 2022-05-23 11:47:56 +02:00
argument-string-time-zone-annotation.js Temporal: Add tests for time zone annotation with critical flag 2022-10-11 12:19:49 +02:00
argument-string-trailing-junk.js Test PlainDate.from with trailing junk in string argument. 2022-01-24 13:35:39 -05:00
argument-string-unknown-annotation.js Temporal: Add tests for unknown annotation without critical flag 2022-10-11 12:19:49 +02:00
argument-string-with-utc-designator.js Test rejection of "Z" UTC designators in Plain strings 2021-12-14 13:39:19 -05:00
argument-string.js Temporal: Add tests for time zone annotation with critical flag 2022-10-11 12:19:49 +02:00
argument-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
argument-zoneddatetime-convert.js Temporal: Improve coverage for PlainDate constructor and from(). 2022-05-25 11:39:05 -07:00
argument-zoneddatetime-slots.js Temporal: Add tests for converting a ZonedDateTime to a PlainDate. 2022-06-02 08:50:05 +02:00
argument-zoneddatetime-timezone-getoffsetnanosecondsfor-non-integer.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-zoneddatetime-timezone-getoffsetnanosecondsfor-not-callable.js Fix not-callable getOffsetNansecondsFor tests 2021-11-30 14:36:59 -05:00
argument-zoneddatetime-timezone-getoffsetnanosecondsfor-out-of-range.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-zoneddatetime-timezone-getoffsetnanosecondsfor-wrong-type.js Add Temporal tests 2021-10-01 14:30:12 -04:00
argument-zoneddatetime.js Temporal: Improve coverage for PlainDate constructor and from(). 2022-05-25 11:39:05 -07:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-fields-custom.js Temporal: Add TemporalHelpers.propertyBagObserver() 2022-09-21 10:41:14 +02:00
calendar-fields-iterable.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-temporal-object.js Add Temporal tests 2021-10-01 14:30:12 -04: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
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
observable-get-overflow-argument-string-invalid.js Rename some "argument-string" tests to be more specific 2022-03-29 11:26:53 -04:00
observable-get-overflow-argument-string.js Rename some "argument-string" tests to be more specific 2022-03-29 11:26:53 -04: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 Temporal: Expand order-of-operations tests to cover options bags 2022-11-29 11:53:40 +01:00
overflow-invalid-string.js Temporal: Test validation of overflow option for conversion fast paths 2022-07-01 10:29:18 +02:00
overflow-undefined.js Test functions as options in PlainDate.from. 2022-01-24 13:35:39 -05:00
overflow-wrong-type.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
subclassing-ignored.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