test262/test
Philip Chimento b5d3192914 Temporal: Test Calendar.p.mergeFields enumeration changes
This tests the normative changes in
https://github.com/tc39/proposal-temporal/pull/2245, which achieved
consensus in the July 2022 TC39 meeting, specifically as they apply to the
Temporal.Calendar.prototype.mergeFields method.

Due to the use of the pre-existing spec operation CopyDataProperties, now
symbol keys are merged into the return value, and the order of observable
property operations has changed from a batch of [[GetOwnProperty]]
followed by a batch of [[Get]], to a series of interleaved
[[GetOwnProperty]]/[[Get]] pairs.
2022-10-20 17:33:36 +02:00
..
annexB Add exhaustive test for String.prototype.substr with various number inputs 2022-09-20 09:57:12 -07:00
built-ins Temporal: Test Calendar.p.mergeFields enumeration changes 2022-10-20 17:33:36 +02:00
harness Temporal: Add TemporalHelpers.crossDateLineTimeZone 2022-10-03 12:24:00 +02:00
intl402 Temporal: Add tests for fast path in ToTemporalCalendar 2022-10-18 14:38:38 +02:00
language add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
staging Temporal: Improve existing tests for ZDT#toString timeZoneName option 2022-10-11 12:19:49 +02:00