commit | c8f32062720b706e85e1426416ee47f98181d159 | [log] [tgz] |
---|---|---|
author | Roman Lavrov <romanl@google.com> | Mon May 15 23:23:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 15 23:23:52 2023 |
tree | 540e8e379fbf0e9ffd1ab4860240203a37ded41b | |
parent | 007b545a3faa965e0ac6b4666ac8cf012d8c5875 [diff] |
Ensure we got "ready" signals from xvfb and openbox. Before this CL, the process may not have received "ready" signal from xvfb/openbox but would still proceed after ~1s. This change bumps it to ~3s and only proceeds if signal is received. Also catch exceptions when trying to kill processes. Sometimes calls like .terminate() can raise (zombie processes?) and interrupt other kill() calls from e.g. finally blocks. Bug: angleproject:8081 Change-Id: I53a57e15e48a6586a912ebb8dcf3446adcb11164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347608 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Roman Lavrov <romanl@google.com> Cr-Commit-Position: refs/heads/main@{#1144445}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.