Skip to content

Releases: ioannad/test262

WEB_FEATURES_MANIFEST for f85c9511a380b9abb2877c42cc47e8fce06d56c5

09 Jan 13:51
f85c951

Choose a tag to compare

Add tests for invalid calendar ids, include unknown calendar id. (#4797)

Also homogenise format of existing tests, adding the test for unknown calendar id u-ca=notacal.

This addresses issue #3896

Two tests (argument-string-* and argument-propertybag-* are added or addended
for the following.

    Duration.(round, total)'s option relativeTo,
    Duration.compare's option relativeTo,
    PlainDate.prototype.(equals, since, until),
    PlainDate.(from, compare),
    PlainDateTime.prototype.(equals, since, until),
    PlainDateTime.(from, compare),
    PlainMonthDay.prototype.equals,
    PlainMonthDay.from,
    PlainYearMonth.prototype.(equals, since, until),
    PlainDate.(from, compare),
    ZonedDateTime.prototype.(equals, since, until),
    ZonedDateTime.(from, compare)

The tests calendar-invalid-iso-string.js with string arguments are addended
for each constructor and each withCalendar (these do not take argument bags).

WEB_FEATURES_MANIFEST for 9079aeefcefcd55b0e994fb8bda51e06827337bd

19 Dec 18:07

Choose a tag to compare

[Temporal] Add coverage for ZonedDateTime offsets before 1883

Add test that adding/subtracting a large duration to a ZonedDateTime
in the America/Vancouver time zone results in a ZonedDateTime
with the correct offset (prior to the introduction of standard time zones).

This provides coverage for a bug observed in GraalJS.