commit | 02d507ba644726adefd7a2ab532b0b27848d151f | [log] [tgz] |
---|---|---|
author | George Benz <gbj@google.com> | Wed Apr 13 20:07:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 13 20:07:32 2022 |
tree | 61b2b1942e68673bc0954605851025d984745151 | |
parent | 52ea02dab2cb747e906410d16c9f4f4c38f60810 [diff] |
Removes threading task check from flaky tests. Using GetPendingTotalTasks() was the root cause of the flakiness of the AccessCodeSinkService tests. Because of the increasing complexity of tasks that are now posted, the original test became flaky. Bug: b/229127734,1315994 Change-Id: I51291e997580b7c1617fad90f122ec4ecee48d11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3584297 Reviewed-by: Brian Malcolm <bmalcolm@chromium.org> Commit-Queue: George Benz <gbj@google.com> Cr-Commit-Position: refs/heads/main@{#992188}
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.