Always wait on subprocess in BrowserUiTest
Subprocesses spawned in the same process group with their parent are killed when the parent test process exits. This CL makes BrowserUiTest always wait on the subprocess so that those tests in the subprocess are actually run. Bug: 1128222, 688534, 1094369 Change-Id: I2ee1059fa4968be2c2c62a3834e5f70e883f7caf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412690Reviewed-by:Peter Boström <pbos@chromium.org> Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807160}
Showing
Please register or sign in to comment