Skip to content

Releases: caiolima/test262

WEB_FEATURES_MANIFEST for 458e815737ed5f6023b765bda50e9deeb7109925

16 Apr 12:37
458e815

Choose a tag to compare

web-features-manifest-for-458e815737ed5f6023b765bda50e9deeb7109925

Add export-defer to features.txt

WEB_FEATURES_MANIFEST for b66872a92487694396fb082343e08dd7cca5ddf4

15 Apr 21:26

Choose a tag to compare

Add ResolveExport tests for star exports with cyclic indirect re-exports

Star export resolution must skip cyclic paths that go through indirect
named re-exports (export { foo } from "mod") and continue resolving
through other star export entries. This adds two tests covering the case
where the same export name cycles back via indirect re-exports while
another star-export path provides the actual binding.

WEB_FEATURES_MANIFEST for a8bc723ce8d675275d043c901f87a44427b3ad9d

14 Apr 14:15

Choose a tag to compare

web-features-manifest-for-a8bc723ce8d675275d043c901f87a44427b3ad9d

update esvu

WEB_FEATURES_MANIFEST for e60960c2111b94fbd409576205443153ebf27192

02 Mar 14:31

Choose a tag to compare

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

10 Feb 12:54

Choose a tag to compare

web-features-manifest-for-742f32f84a6e29e777f8fa8078035de855dfe471

combined two files and modified file name

WEB_FEATURES_MANIFEST for f85c9511a380b9abb2877c42cc47e8fce06d56c5

08 Jan 16:35
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).