Closed
Bug 1676612
Opened 4 years ago
Closed 4 years ago
Enable wpt tests related to Top Level Await
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
While we wait for the wpt tests, the TLA behavior is turned off by default. Because the implementation required changing the return value of ModuleEvaluate, in order to turn it off a bit of duplication was needed. This bug tracks the removal of that once https://github.com/whatwg/html/pull/4352is merged.
There is a problem remaining. There are intermittent failures in https://bugzilla.mozilla.org/show_bug.cgi?id=1665330, which will be solved separately.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Updated•4 years ago
|
Summary: Remove non-TLA code related to modules → Fix failing wpt tests related to Top Level Await
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Summary: Fix failing wpt tests related to Top Level Await → Enable wpt tests related to Top Level Await
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c608693bae91
Enable wpt tests for Top Level await r=emilio
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•