Releases: caiolima/test262
Releases · caiolima/test262
WEB_FEATURES_MANIFEST for e60960c2111b94fbd409576205443153ebf27192
Temporal: Remove string parsing tests from staging I've replaced these string parsing tests with more thorough snapshotting tests in proposal-temporal: https://github.com/tc39/proposal-temporal/pull/3286 I'll run those against each implementation to find out any remaining implementation divergences, and add more targeted tests to test262 covering any that I find. But for the time being, it doesn't make sense to keep these here. Supersedes #4286.
WEB_FEATURES_MANIFEST for 742f32f84a6e29e777f8fa8078035de855dfe471
web-features-manifest-for-742f32f84a6e29e777f8fa8078035de855dfe471 combined two files and modified file name
WEB_FEATURES_MANIFEST for f85c9511a380b9abb2877c42cc47e8fce06d56c5
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).