Open
Bug 1497666
Opened 7 years ago
Updated 3 years ago
browser_force_process_selector.js doesn't always receive 'ipc:content-created' topic
Categories
(Testing :: Mochitest, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: erahm, Unassigned)
References
Details
In bug 1470280 we removed the check for the 'ipc:content-created' event [1] in 'browser_force_process_selector.js' to work around an intermittent failure. It would be nice to identify what the underlying cause of the issue is. Initial debugging confirmed that we timed out waiting for the event and indicated the IPC code was definitely generating the event.
This is pretty easy to reproduce with:
> ./mach mochitest --run-until-failure --headless dom/base/test/browser_force_process_selector.js
[1] https://searchfox.org/mozilla-central/rev/4f3bc4dba8cdb3c90ad2ef8079012316c230d94d/dom/base/test/browser_force_process_selector.js#13
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•