mirror of https://github.com/tc39/test262.git
99bc91e0f5
This tests some of 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 places where the MergeLargestUnitOperation was called. Due to the use of the pre-existing spec operation CopyDataProperties, 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. This previously wasn't tested because TemporalHelpers.propertyBagObserver didn't track [[GetOwnProperty]] operations, but now it does. |
||
---|---|---|
.. | ||
compare | ||
from | ||
prototype | ||
basic.js | ||
builtin.js | ||
calendar-always.js | ||
calendar-case-insensitive.js | ||
calendar-instance-does-not-get-calendar-property.js | ||
calendar-invalid.js | ||
calendar-number.js | ||
calendar-string.js | ||
calendar-temporal-object.js | ||
calendar-undefined.js | ||
calendar-wrong-type.js | ||
constructor.js | ||
infinity-throws-rangeerror.js | ||
length.js | ||
limits.js | ||
missing-arguments.js | ||
name.js | ||
negative-infinity-throws-rangeerror.js | ||
prop-desc.js | ||
refisoday-undefined.js | ||
subclass.js |