test262/test/built-ins/Temporal/Now/plainDate
Philip Chimento 12f919e45d Temporal: Add TemporalHelpers.timeZoneObserver
Similar to the previous commit with property bags, many existing tests use
a Proxy to test the order of observable operations which involve user code
passed in as part of a Temporal.TimeZone object. I am going to write
several more tests that do this, as well. This seems like a good thing to
put into TemporalHelpers, where it can be implemented consistently so that
we don't get discrepancies in which operations are tracked.

Updates existing tests to use this helper.
2022-10-05 16:53:52 +02: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-leap-second.js Regularize leap second tests 2022-05-03 08:18:02 +02: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 Test Temporal.Now. 2022-01-24 13:36:43 -05:00
calendar-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
prop-desc.js Test Temporal.Now. 2022-01-24 13:36:43 -05:00
timezone-getoffsetnanosecondsfor-non-integer.js Add Temporal tests 2021-10-01 14:30:12 -04:00
timezone-getoffsetnanosecondsfor-not-callable.js Fix not-callable getOffsetNansecondsFor tests 2021-11-30 14:36:59 -05:00
timezone-getoffsetnanosecondsfor-out-of-range.js Add Temporal tests 2021-10-01 14:30:12 -04:00
timezone-getoffsetnanosecondsfor-wrong-type.js Add Temporal tests 2021-10-01 14:30:12 -04:00
timezone-string-datetime.js Add more variations of ISO strings to "timezone-string-datetime" tests 2022-01-19 13:47:43 -05:00
timezone-string-leap-second.js Regularize leap second tests 2022-05-03 08:18:02 +02:00
timezone-string-year-zero.js Regularize year zero tests 2022-05-03 08:18:02 +02:00
timezone-string.js Temporal: Add tests for casting a time zone ID string to a Temporal.TimeZone 2022-08-01 13:48:11 -07:00
timezone-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
toPlainDate-override.js Temporal: Add TemporalHelpers.timeZoneObserver 2022-10-05 16:53:52 +02:00