commit | 7865028a663d4e540719d9c18a0c044852e98e17 | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Thu Apr 03 20:41:08 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 03 20:41:08 2025 |
tree | 2e8a22f76c94c95d364991854a4e9256bbca23fb | |
parent | e55884bdd1efe08fc3e72d81f369ad8c822dfdca [diff] |
coverage: introduce an engine runner to correctly handle instantiations The different handled engines can have different way of being run, especially if they're being run against one testcase or a full corpus. This CL adds more flexibility onto correctly handling those different fuzzers. Change-Id: I0a09ba25e258c0c261abc57b1778db27645c64b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6429608 Auto-Submit: Paul Semel <paulsemel@chromium.org> Reviewed-by: Weizhong Xia <weizhong@google.com> Reviewed-by: Ali Hijazi <ahijazi@chromium.org> Commit-Queue: Ali Hijazi <ahijazi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442395}
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.