Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Issue 23293006: [Android] Adds python option for EMMA coverage (Closed)

Created:
7 years, 4 months ago by gkanwar1
Modified:
7 years, 4 months ago
Reviewers:
frankf
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, android-webview-reviews_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Adds python option for EMMA coverage This is a piece of the overall java coverage change. See: https://codereview.chromium.org/20210002/ NOTRY=True BUG=255644 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218531

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Removes check for source dir existing #

Patch Set 3 : Removes GetCoverageDir #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -46 lines) Patch
A build/android/generate_emma_html.py View 1 1 chunk +80 lines, -0 lines 0 comments Download
M build/android/pylib/constants.py View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 6 chunks +23 lines, -5 lines 0 comments Download
A build/android/pylib/utils/command_option_parser.py View 1 chunk +76 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 4 chunks +8 lines, -40 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
gkanwar1
This is the Python piece of the java code coverage. No bots exercise this code, ...
7 years, 4 months ago (2013-08-20 18:23:07 UTC) #1
frankf
https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py File build/android/generate_emma_html.py (right): https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py#newcode59 build/android/generate_emma_html.py:59: if os.path.exists(sources_file): when would this not exist? https://codereview.chromium.org/23293006/diff/2001/build/android/pylib/constants.py File ...
7 years, 4 months ago (2013-08-20 18:30:47 UTC) #2
gkanwar1
https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py File build/android/generate_emma_html.py (right): https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py#newcode59 build/android/generate_emma_html.py:59: if os.path.exists(sources_file): On 2013/08/20 18:30:47, frankf wrote: > when ...
7 years, 4 months ago (2013-08-20 18:37:13 UTC) #3
frankf
https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py File build/android/generate_emma_html.py (right): https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py#newcode59 build/android/generate_emma_html.py:59: if os.path.exists(sources_file): Right, robustness only makes sense if there ...
7 years, 4 months ago (2013-08-20 18:47:42 UTC) #4
gkanwar1
https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py File build/android/generate_emma_html.py (right): https://codereview.chromium.org/23293006/diff/2001/build/android/generate_emma_html.py#newcode59 build/android/generate_emma_html.py:59: if os.path.exists(sources_file): On 2013/08/20 18:47:43, frankf wrote: > Right, ...
7 years, 4 months ago (2013-08-20 18:56:18 UTC) #5
gkanwar1
GetCoverageDir removed, will just define this inside the relevant buildbot function.
7 years, 4 months ago (2013-08-20 19:03:26 UTC) #6
frankf
lgtm
7 years, 4 months ago (2013-08-20 19:04:13 UTC) #7
gkanwar1
On 2013/08/20 19:04:13, frankf wrote: > lgtm Thanks. None of the changes since patch set ...
7 years, 4 months ago (2013-08-20 19:10:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gkanwar@chromium.org/23293006/14001
7 years, 4 months ago (2013-08-20 19:11:11 UTC) #9
commit-bot: I haz the power
7 years, 4 months ago (2013-08-20 19:11:34 UTC) #10
Message was sent while issue was closed.
Change committed as 218531

Powered by Google App Engine
This is Rietveld 408576698