New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 824532 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 759794
issue 784464



Sign in to add a comment

Use single profile file for single process binaries

Project Member Reported by mmoroz@chromium.org, Mar 21 2018

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')


 
Owner: liaoyuke@chromium.org
Status: Assigned (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, 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

Status: Fixed (was: Assigned)

Sign in to add a comment