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

Issue 558883003: [Android] Allow instrumentation test skipping. (Closed)

Created:
6 years, 3 months ago by jbudorick
Modified:
6 years, 3 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Allow instrumentation test skipping. This patch also removes a call to AdbInterface.StartInstrumentation and implements some of the functionality of am_instrument_parser.py. BUG=408585 Committed: https://crrev.com/cbcc115def0fe5d2cf4c2018fccbbc16fd4c5aba Cr-Commit-Position: refs/heads/master@{#295491}

Patch Set 1 #

Patch Set 2 : add unit tests #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+464 lines, -95 lines) Patch
M build/android/PRESUBMIT.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/base/base_test_result.py View 1 2 3 5 chunks +24 lines, -11 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 2 6 chunks +149 lines, -69 lines 0 comments Download
A build/android/pylib/instrumentation/test_runner_test.py View 1 2 1 chunk +275 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 1 chunk +15 lines, -15 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
jbudorick
6 years, 3 months ago (2014-09-17 22:17:15 UTC) #2
jbudorick
On 2014/09/17 22:17:15, jbudorick wrote: working on adding unit tests. they'll be in the next ...
6 years, 3 months ago (2014-09-17 22:27:30 UTC) #3
klundberg
LGTM with minor comment. Thanks for adding the tests! https://codereview.chromium.org/558883003/diff/20001/build/android/pylib/instrumentation/test_runner.py File build/android/pylib/instrumentation/test_runner.py (right): https://codereview.chromium.org/558883003/diff/20001/build/android/pylib/instrumentation/test_runner.py#newcode420 build/android/pylib/instrumentation/test_runner.py:420: ...
6 years, 3 months ago (2014-09-18 15:35:05 UTC) #4
jbudorick
https://codereview.chromium.org/558883003/diff/20001/build/android/pylib/instrumentation/test_runner.py File build/android/pylib/instrumentation/test_runner.py (right): https://codereview.chromium.org/558883003/diff/20001/build/android/pylib/instrumentation/test_runner.py#newcode420 build/android/pylib/instrumentation/test_runner.py:420: bundle[k] = '\n'.join(v) On 2014/09/18 15:35:05, klundberg wrote: > ...
6 years, 3 months ago (2014-09-18 16:13:02 UTC) #6
craigdh
lgtm w/ nit https://codereview.chromium.org/558883003/diff/40001/build/android/pylib/base/base_test_result.py File build/android/pylib/base/base_test_result.py (right): https://codereview.chromium.org/558883003/diff/40001/build/android/pylib/base/base_test_result.py#newcode107 build/android/pylib/base/base_test_result.py:107: all_failures = (self.GetFail() | self.GetCrash() | ...
6 years, 3 months ago (2014-09-18 16:30:15 UTC) #7
jbudorick
https://codereview.chromium.org/558883003/diff/40001/build/android/pylib/base/base_test_result.py File build/android/pylib/base/base_test_result.py (right): https://codereview.chromium.org/558883003/diff/40001/build/android/pylib/base/base_test_result.py#newcode107 build/android/pylib/base/base_test_result.py:107: all_failures = (self.GetFail() | self.GetCrash() | self.GetTimeout() | On ...
6 years, 3 months ago (2014-09-18 16:52:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/558883003/60001
6 years, 3 months ago (2014-09-18 16:53:13 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 2107c45193821734b2ab1f13133dedf02eacdd2a
6 years, 3 months ago (2014-09-18 17:51:08 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 17:51:50 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/cbcc115def0fe5d2cf4c2018fccbbc16fd4c5aba
Cr-Commit-Position: refs/heads/master@{#295491}

Powered by Google App Engine
This is Rietveld 408576698