Use single profile file for single process binaries |
||
Issue description
Filing this so we won't forget.
For example, fuzz targets are single process, so they don't need %4m.
For checking whether we're running a fuzz target or not, I'd suggest checking two things:
use_libfuzer=true in gn.args && target_name.endswith('_fuzzer')
,
Mar 22 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/27349c93acd0c519723dc71fa19c794922534bef commit 27349c93acd0c519723dc71fa19c794922534bef Author: Yuke Liao <liaoyuke@chromium.org> Date: Thu Mar 22 21:10:01 2018 [Coverage] Run fuzzer targets using %p. Fuzzer targets run in single process, this CL changes the pattern string to use "%p". Bug: 824532 Change-Id: I50c4e367a509125614937f545f5adc51287b9c23 Reviewed-on: https://chromium-review.googlesource.com/975994 Reviewed-by: Max Moroz <mmoroz@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#545247} [modify] https://crrev.com/27349c93acd0c519723dc71fa19c794922534bef/tools/code_coverage/coverage.py
,
Mar 22 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by liaoyuke@chromium.org
, Mar 21 2018Status: Assigned (was: Untriaged)