commit | 76796c2e0a8f6f1fc972990fc415a82961a6cd64 | [log] [tgz] |
---|---|---|
author | Muyao Xu <muyaoxu@google.com> | Tue Jun 06 17:27:42 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 06 17:27:42 2023 |
tree | 680fbdc7e59730ae304fb3626f61742ba18c3194 | |
parent | 780596bb56547826e90e5963cf1b78e36c3ea12e [diff] |
[Cast Moderator] Fix browser test data race Access code cast browser tests have been flaky because of race conditions. CastMediaSinkService is running on its own task runner but AccessCodeCastIntegrationBrowserTest is trying to access it on the main thread. This CL uses a explicit exit condition to avoid calling VerifyAndClearExpectations() when CastMediaSinkService's task hasn't finished. Bug: 1450324 Change-Id: I0d4ef44cb31fb5e949be410835b53efcb4172ab1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4591740 Reviewed-by: Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Muyao Xu <muyaoxu@google.com> Cr-Commit-Position: refs/heads/main@{#1153916}
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.