Closed
Bug 1720901
Opened 3 years ago
Closed 3 years ago
Update test262 tests to include class static block tests
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(3 files)
Now that https://github.com/tc39/test262/pull/2968 has merged, and we've fixed the await handling we can import the class static block tests.
Assignee | ||
Comment 1•3 years ago
|
||
Enabling class-static block testing under a flag, disable new features we don't currently support.
Updated•3 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
Disable new failing tests that aren't disabled under a particular feature flag as well.
Depends on D120075
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D120076
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68e58673e28e
Update test262-update.py for importing class-static block tests r=arai
https://hg.mozilla.org/integration/autoland/rev/4485a8921a4c
Run test262-update.py to import new tests. r=arai
https://hg.mozilla.org/integration/autoland/rev/8a94f9c1310e
Remove removed test262 tests and update test list to remove no longer needed skips r=arai
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/68e58673e28e
https://hg.mozilla.org/mozilla-central/rev/4485a8921a4c
https://hg.mozilla.org/mozilla-central/rev/8a94f9c1310e
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•