Permafail browser_executionContext.js when Fission is enabled
Categories
(Remote Protocol :: CDP, defect)
Tracking
(Not tracked)
People
(Reporter: mccr8, Unassigned)
References
Details
Bug 1750871 is going to change mochitest-remote to run with Fission enabled.
browser_executionContext.js fails when Fission is enabled, on at least Linux and OSX (it has already been disabled on OSX and Windows due to intermittent failures).
The failure is:
Received Runtime context events in expected order - ["Runtime.executionContextDestroyed","Runtime.executionContextsCleared","Runtime.executionContextCreated","Runtime.executionContextDestroyed"] deepEqual ["Runtime.executionContextDestroyed","Runtime.executionContextsCleared","Runtime.executionContextDestroyed","Runtime.executionContextCreated"]
| Reporter | ||
Comment 1•4 years ago
|
||
It looks like executionContextDestroyed then executionContextCreated was expected at the end, but instead they were in the opposite order.
Similar to other platforms we disabled the test on Linux. We will work on re-enabling it over on bug 1586503.
Description
•