Support test filters in code coverage script |
||
Issue descriptionRight 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.
,
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
,
Sep 21 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by eugene...@chromium.org
, Sep 14 2017