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

Issue 336373004: Install support APK together with test APK (Closed)

Created:
6 years, 6 months ago by aberent
Modified:
6 years, 6 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Project:
chromium
Visibility:
Public.

Description

Install support APK together with test APK The Chrome for Android instrumentation tests (the tests in ChromeTest.apk) need to start some services to test Chromecast support. This was originally done within the ChromeTest.apk, but, because of the changes required for https://code.google.com/p/chromium/issues/detail?id=272790 this is no longer possible. This patch allows the use of a seperate test support apk. BUG=384537 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279096

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move where the name of the support APK is calculated #

Total comments: 2

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M build/android/pylib/host_driven/test_case.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/setup.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_package.py View 1 3 chunks +5 lines, -1 line 0 comments Download
M build/android/test_runner.py View 1 2 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
aberent
For information only at present.
6 years, 6 months ago (2014-06-17 10:06:38 UTC) #1
aberent
On 2014/06/17 10:06:38, aberent wrote: > For information only at present. Now ready for real ...
6 years, 6 months ago (2014-06-17 18:16:48 UTC) #2
aberent
6 years, 6 months ago (2014-06-17 18:17:42 UTC) #3
klundberg
6 years, 6 months ago (2014-06-17 18:32:09 UTC) #4
jbudorick
https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py File build/android/pylib/instrumentation/test_package.py (right): https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py#newcode22 build/android/pylib/instrumentation/test_package.py:22: self._support_apk_name = "%sSupport%s" % ( I don't think hardcoding ...
6 years, 6 months ago (2014-06-17 20:17:08 UTC) #5
cjhopman
On 2014/06/17 20:17:08, jbudorick wrote: > https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py > File build/android/pylib/instrumentation/test_package.py (right): > > https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py#newcode22 > ...
6 years, 6 months ago (2014-06-17 20:26:21 UTC) #6
aberent
https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py File build/android/pylib/instrumentation/test_package.py (right): https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py#newcode22 build/android/pylib/instrumentation/test_package.py:22: self._support_apk_name = "%sSupport%s" % ( On 2014/06/17 20:17:08, jbudorick ...
6 years, 6 months ago (2014-06-17 20:39:42 UTC) #7
jbudorick
On 2014/06/17 20:26:21, cjhopman wrote: > On 2014/06/17 20:17:08, jbudorick wrote: > > > https://codereview.chromium.org/336373004/diff/1/build/android/pylib/instrumentation/test_package.py ...
6 years, 6 months ago (2014-06-17 20:52:54 UTC) #8
cjhopman
On 2014/06/17 20:52:54, jbudorick wrote: > On 2014/06/17 20:26:21, cjhopman wrote: > > On 2014/06/17 ...
6 years, 6 months ago (2014-06-17 21:09:28 UTC) #9
aberent
On 2014/06/17 21:09:28, cjhopman wrote: > On 2014/06/17 20:52:54, jbudorick wrote: > > On 2014/06/17 ...
6 years, 6 months ago (2014-06-18 09:20:11 UTC) #10
jbudorick
On 2014/06/18 09:20:11, aberent wrote: > On 2014/06/17 21:09:28, cjhopman wrote: > > On 2014/06/17 ...
6 years, 6 months ago (2014-06-18 15:25:31 UTC) #11
aberent
On 2014/06/18 15:25:31, jbudorick wrote: > On 2014/06/18 09:20:11, aberent wrote: > > On 2014/06/17 ...
6 years, 6 months ago (2014-06-18 16:07:57 UTC) #12
aberent
PTAL
6 years, 6 months ago (2014-06-19 11:21:35 UTC) #13
jbudorick
lgtm with nits I still don't really like this solution, but I'll admit that it's ...
6 years, 6 months ago (2014-06-19 15:35:10 UTC) #14
craigdh
lgtm once jbudorick's comments are addressed
6 years, 6 months ago (2014-06-20 16:36:49 UTC) #15
aberent
https://codereview.chromium.org/336373004/diff/20001/build/android/test_runner.py File build/android/test_runner.py (right): https://codereview.chromium.org/336373004/diff/20001/build/android/test_runner.py#newcode280 build/android/test_runner.py:280: options.test_support_apk_path = "%sSupport%s" % ( Both done. On 2014/06/19 ...
6 years, 6 months ago (2014-06-20 16:52:37 UTC) #16
aberent
The CQ bit was checked by aberent@chromium.org
6 years, 6 months ago (2014-06-20 16:53:31 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aberent@chromium.org/336373004/40001
6 years, 6 months ago (2014-06-20 17:00:58 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 19:58:57 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-21 00:07:02 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/30509)
6 years, 6 months ago (2014-06-21 00:07:03 UTC) #21
aberent
The CQ bit was checked by aberent@chromium.org
6 years, 6 months ago (2014-06-23 09:07:08 UTC) #22
aberent
On 2014/06/21 00:07:03, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 6 months ago (2014-06-23 09:07:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aberent@chromium.org/336373004/40001
6 years, 6 months ago (2014-06-23 09:08:06 UTC) #24
commit-bot: I haz the power
6 years, 6 months ago (2014-06-23 12:31:52 UTC) #25
Message was sent while issue was closed.
Change committed as 279096

Powered by Google App Engine
This is Rietveld 408576698