commit | a4a252fa9eb140131f33e249f8a713058507e153 | [log] [tgz] |
---|---|---|
author | Minoru Chikamune <chikamune@chromium.org> | Mon Feb 17 09:13:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 17 09:13:31 2025 |
tree | 13b78f20687438201294fa740b937d8dc655f02d | |
parent | b5aed3c38b718be5d496f0566e7688ec921b14d7 [diff] |
Deflake DeferSpeculativeRFHCreationTest.CreationNotDeferredForWebUI The following test sometimes fails with navigation_request->state() check because the test depends on the timing of the check. This CL adds nav_manager.WaitForRequestStart() so that the test can be run deterministically. - DeferSpeculativeRFHCreationTest.CreationNotDeferredForWebUI Failure example: navigation_browsertest.cc(9328): Expected equality of these values: navigation_request->state() Which is: 3 NavigationRequest::NavigationState::WAITING_FOR_RENDERER_RESPONSE Which is: 1 Run history: https://ci.chromium.org/ui/test/chromium/ninja%3A%2F%2Fcontent%2Ftest%3Acontent_browsertests%2FDeferSpeculativeRFHCreationTest.CreationNotDeferredForWebUI This CL is a preparation CL for an upcoming feature (https://crbug.com/396998476). Bug: 396998476 Change-Id: I36f8acc88961a6f0b83e70510c1733e9a8afbbb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6275505 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Reviewed-by: Jiacheng Guo <gjc@google.com> Cr-Commit-Position: refs/heads/main@{#1420962}
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.