commit | 8fb7993188627b90e51f0e43e3c6e96d26cc7d01 | [log] [tgz] |
---|---|---|
author | Fergal Daly <fergal@chromium.org> | Tue Dec 27 18:36:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 27 18:36:24 2022 |
tree | 8d1e1cd3c7289d2755f8a8da02f19962f8ccb5cd | |
parent | af4f057e44a4dcac3fc216df2146389a1caaec28 [diff] |
Update callers to check return value of new TestNavigationManager::Wait* This is a no-op change to /chrome/browser/predictors to update all callers of WaitForFirstYieldAfterDidStartNavigation and WaitForNavigationFinished to check for success. Failure could be due to a test timeout or other error in which case we should stop the test. Proceeding further with the test will just produce confusing output. The return values will be marked `[[nodiscard]]` in a follow-up change. This CL was uploaded by git cl split. R=sophiechang@chromium.org Bug: 1403181 Change-Id: Ia34c920f93b061d8d48ba25890318cdf8d9bfa51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4122184 Reviewed-by: Sophie Chang <sophiechang@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1087141}
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.