Open Bug 1472655 Opened 6 years ago Updated 2 years ago

Wait on the Firefox process when pausing wptrunner

Categories

(Testing :: web-platform-tests, enhancement)

Version 3
enhancement

Tracking

(Not tracked)

People

(Reporter: jgraham, Unassigned)

References

(Blocks 1 open bug)

Details

Currently the marionette executor has no idea what the pid of the Firefox process is, so to wait for the browser to exit we end up running a long-running script. However this can be problematic as e.g. a reload of the window running the script will cause the script to terminate. That interfers with debugging workflows. Instead we should wire through the pid and wait for that (if it's known; in the case of e.g. android it can't work).
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.