test262/test/built-ins/Temporal/PlainYearMonth/compare
Philip Chimento bc979c51a5 Remove support for nested Temporal calendar property bags
Previously, "nested" calendar property bags were unwrapped up to one
level. That is, this object:
{
  calendar: {
     // ...Temporal.Calendar methods
  }
}
would not be considered to implement the Calendar protocol, but would have
its calendar property used instead, if it were passed to an API that
required a Calendar protocol object.

These nested property bags are no longer supported. Discussion:
https://github.com/tc39/proposal-temporal/issues/2104#issuecomment-1409549753

Corresponding normative PR:
https://github.com/tc39/proposal-temporal/pull/2485
2023-04-10 08:36:08 -07:00
..
argument-cast.js
argument-number.js Test conversion of Number to Temporal objects 2022-04-21 12:14:10 -07: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 Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07: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 Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
argument-propertybag-calendar-year-zero.js Regularize year zero tests 2022-05-03 08:18:02 +02: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-date-with-utc-offset.js Temporal: Tests for normative changes around date-only strings 2022-11-30 10:11:10 -08:00
argument-string-invalid.js Temporal: Expand PlainYearMonth and PlainMonthDay strings tests 2022-11-16 16:32:42 -08: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-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
argument-string.js Temporal: Expand PlainYearMonth and PlainMonthDay strings tests 2022-11-16 16:32:42 -08:00
argument-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
basic.js
builtin.js
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
calendar-temporal-object.js
calendar-yearmonthfromfields-called-with-options-undefined.js Store strings or objects in Temporal objects' [[Calendar]] slot 2023-04-07 11:43:31 -07:00
compare-calendar.js
compare-reference-day.js
infinity-throws-rangeerror.js
leap-second.js Regularize leap second tests 2022-05-03 08:18:02 +02:00
length.js
name.js
not-a-constructor.js
prop-desc.js
use-internal-slots.js
year-zero.js Regularize year zero tests 2022-05-03 08:18:02 +02:00