commit | 68aacaf82c1c59923c43d595ccb4f2a128005614 | [log] [tgz] |
---|---|---|
author | Minoru Chikamune <chikamune@chromium.org> | Thu Feb 20 09:48:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 09:48:01 2025 |
tree | 7ab0c543cd24283ee7ad9fc1335b2e42eed78ec7 | |
parent | 43adefbcac43680aaf066f7e198406b37960dd30 [diff] |
Fix possible bug in PreloadingDeciderTest.UmaRecallStats PreloadingDeciderTest.UmaRecallStats checks TruePositives and FalseNegatives on navigation. Before this CL, the test didn't wait for UMA to be recorded, hence TruePositive and FalseNegative were 0. But we should wait for UMA. This CL adds a waiting logic for UMA, and checks TruePositives and FalseNegatives correctly. This CL is a preparation CL for an upcoming feature (https://crbug.com/396998476). Bug: 396998476 Change-Id: If4e5502a22cad87db62412ef6ce704d9edb21cb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6284766 Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422418}
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.