New issue
Advanced search Search tips

Issue 763958 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 1
Type: Task

Blocking:
issue 757515



Sign in to add a comment

Support test filters in code coverage script

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

Issue description

Right now, the code coverage script needs to run the whole test suite to generate code coverage report, which is too time-consuming, it should support only running part of the tests.
 
Labels: -Type-Bug Type-Task
Project Member

Comment 2 by bugdroid1@chromium.org, Sep 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/43faf2d421d75a542e5fcc633ac04ac2b16e3c47

commit 43faf2d421d75a542e5fcc633ac04ac2b16e3c47
Author: Yuke Liao <liaoyuke@chromium.org>
Date: Mon Sep 18 18:31:11 2017

[Coverage] Support gtest_filter in code coverage tool.

This CL adds support to code coverage tool to run a subset of unit
tests by specifying gtest_filter argument.

Bug:  763958 
Change-Id: I566ccccabb14772dd529fc493d27c5c1cbd49f5a
Reviewed-on: https://chromium-review.googlesource.com/663678
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: Mike Baxley <baxley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502614}
[modify] https://crrev.com/43faf2d421d75a542e5fcc633ac04ac2b16e3c47/ios/tools/coverage/coverage.py

Status: Fixed (was: Started)

Sign in to add a comment