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

Issue 899974 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Implement a way for the code coverage recipe module to reliably locate the test binary

Project Member Reported by robert...@chromium.org, Oct 29

Issue description

llvm-cov requires the instrumented binaries along with the profile data to generate the coverage report.

Some test binaries have the same name as the target name, but this is a fragile assumption.

The test command (specified in the .isolated file) refers to the binary, but the pattern is not universal across test targets.
 

Sign in to add a comment