commit | 8bca48147b9fe21fb831b7b8cfcb6c0b74f46694 | [log] [tgz] |
---|---|---|
author | Preethi Mohan <preethim@google.com> | Fri Aug 12 01:48:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 12 01:48:24 2022 |
tree | 06e51ba79dabc6b9f6c56e9ae92da0230b62e854 | |
parent | d751dbec4fcb5e637ba2c54fb489d608a12ca02c [diff] |
Reland "Fix race condition causing assertion failure during baseline optimization in rebaseline-cl." This is a reland of commit ac30354f4cd9d99771accef834c73b8c5120cc22 Original change's description: > Fix race condition causing assertion failure during baseline optimization in rebaseline-cl. > > 1. Serialize the calls to baseline optimizer with all the tests in one command. > > 2. Separate optimize commands for each flag-spec version. > > Bug: 1304918 > > Change-Id: I45d0ea1c0e77170446aec2a6e438f12ed559ebaa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3813636 > Commit-Queue: Preethi Mohan <preethim@google.com> > Reviewed-by: Weizhong Xia <weizhong@google.com> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1033768} Bug: 1304918 Change-Id: I3583857bf4e1766b0940d1a0a13ee85fbc81f106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3828381 Reviewed-by: Weizhong Xia <weizhong@google.com> Commit-Queue: Preethi Mohan <preethim@google.com> Cr-Commit-Position: refs/heads/main@{#1034292}
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.