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

Issue 765818 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

llvm-cov bug is causing code coverage script to crash

Project Member Reported by liaoyuke@chromium.org, Sep 15 2017

Issue description

llvm-cov has a bug that the report may contain data that has invalid format, and the following is an example:

Filename  Regions    Missed Regions     Cover   Functions  Missed Functions  Executed  Instantiations   Missed Insts.  Executed       Lines      Missed Lines     Cover
['base/memory/aligned_memory.cc', '57', '57', '0.00%', '1', '1', '0.00%', '1', '1', '0.00%', '64', '6528823037615171174400.00%']

Where there are 13 items in the header, but only 12 in the data, so they don't match. Additionally, the last number '6528823037615171174400.00%' doesn't make any sense.

I will report this bug to llvm-cov, and for now, work this around in the code coverage script.
 
Status: WontFix (was: ExternalDependency)

Sign in to add a comment