author | Andreas Tolfsen <ato@sny.no> |
Tue, 03 Apr 2018 11:19:34 +0100 | |
changeset 412134 | 464ed9164e8569c416d55d4fefe386d72f4b06f0 |
parent 412133 | 59150042cfc8aaca6b4afa238af1a1cd4fe1e6cf |
child 412135 | 685f18325cea0a282c736e65972f95aa6db7ca48 |
push id | 33784 |
push user | nerli@mozilla.com |
push date | Fri, 06 Apr 2018 21:54:36 +0000 |
treeherder | mozilla-central@0e0ec6c01e25 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | whimboo |
bugs | 1449877 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/geckodriver/CHANGES.md +++ b/testing/geckodriver/CHANGES.md @@ -1,13 +1,29 @@ Change log ========== All notable changes to this program is documented in this file. +0.20.1 (2018-04-06) +------------------- + +### Fixed + +- Avoid attempting to kill Firefox process that has stopped. + + With the change to allow Firefox enough time to shut down in + 0.20.0, geckodriver started unconditionally killing the process + to reap its exit status. This caused geckodriver to inaccurately + report a successful Firefox shutdown as a failure. + + The regression should not have caused any functional problems, but + the termination cause and the exit status are now reported correctly. + + 0.20.0 (2018-03-08) ------------------- ### Added - New `--jsdebugger` flag to open the [Browser Toolbox] when Firefox launches. This is useful for debugging Marionette internals.