| commit | dc3507980c9ebffaa7dfdcb97f6bc70dedbcf4f7 | [log] [tgz] |
|---|---|---|
| author | Adrian Taylor <adetaylor@chromium.org> | Wed Jan 31 18:02:37 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 31 18:02:37 2024 |
| tree | 4e98e5dcdbe9968eadbf42634981dd5e387a1d00 | |
| parent | 412dc2f7be091b340576d2b22dea92201ef3b546 [diff] |
Fix check action for fuzztests on linux32. We have an action which checks that the fuzztest = [...] gn line is correct. This requires running the fuzzer binary, and sometimes we can't do that - for example if a certain dependency DSO is missing in the CI environment. In such cases we assume that the 'fuzztests' line is fine. But in this circumstance we weren't writing to disk the 'checked.txt' file which communicated to ninja that the action had been performed, and thus ninja thought it needed to run this again on the next build. Bug: 1499204 Cq-Include-Trybots: luci.chromium.try:linux-centipede-asan-rel Cq-Include-Trybots: luci.chromium.try:linux-libfuzzer-asan-rel Cq-Include-Trybots: luci.chromium.try:win-libfuzzer-asan-rel Change-Id: I2e9a72284facbbc0d052fb2f985fff9ae5ce54da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5253275 Reviewed-by: Paul Semel <paulsemel@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Cr-Commit-Position: refs/heads/main@{#1254603}
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.