commit | 912d95f800fa4ef71d392ee9aaa1fdaddcea8864 | [log] [tgz] |
---|---|---|
author | S. Ganesh <ganesh@chromium.org> | Wed Dec 21 02:45:30 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 21 02:45:30 2022 |
tree | 23af1cf6643748fb3e2a3a20d73a9b62aaaea3de | |
parent | b7c0b26eb35b251e4699c97fd34c39a0baaa673c [diff] |
Add `StartTask` test, re-enable `RunAProgramNow`, remove unneeded code * Added a `StartTask` test which is a variation on `RunAProgramNow`. * The tasks are uniformly deleted in `TearDown` instead of in individual tests. * For the tests that start tasks, these tests wait for and make sure the tasks are stopped. * `SetUp` and `TearDown` do not kill processes anymore. * `SetUp` does not delete tasks anymore. Bug: 1402743 Change-Id: Ia16aa470cef2148d9628738e2ef63196f9e0401b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4119019 Auto-Submit: S Ganesh <ganesh@chromium.org> Reviewed-by: Xiaoling Bao <xiaolingbao@chromium.org> Commit-Queue: S Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1085778}
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.