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

Issue 1784373002: Include isolate.py in data for Android unit tests (Closed)

Created:
4 years, 9 months ago by agrieve
Modified:
4 years, 9 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Include isolate.py in data for Android unit tests This is required for any test that uses an .isolate to push files to the device (e.g. base_unittests). BUG=589318 Committed: https://crrev.com/9e299ea6bbf87415d64d9d84003162d71304ccb9 Cr-Commit-Position: refs/heads/master@{#383127}

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : Add presubmit check #

Patch Set 4 : add missing pydoc #

Total comments: 9

Patch Set 5 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+577 lines, -29 lines) Patch
M PRESUBMIT.py View 1 2 3 4 3 chunks +105 lines, -0 lines 0 comments Download
M PRESUBMIT_test.py View 1 2 2 chunks +96 lines, -4 lines 0 comments Download
M PRESUBMIT_test_mocks.py View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M build/android/BUILD.gn View 1 2 3 4 1 chunk +17 lines, -22 lines 0 comments Download
A build/android/test_runner.pydeps View 1 2 3 4 1 chunk +153 lines, -0 lines 0 comments Download
A build/print_python_deps.py View 1 2 3 4 1 chunk +70 lines, -0 lines 0 comments Download
A build/secondary/tools/swarming_client/BUILD.gn View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A build/secondary/tools/swarming_client/isolate.pydeps View 1 2 3 4 1 chunk +118 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 22 (7 generated)
agrieve
On 2016/03/11 18:36:13, agrieve wrote: > mailto:agrieve@chromium.org changed reviewers: > + mailto:jbudorick@chromium.org 🙉 Note: Generating ...
4 years, 9 months ago (2016-03-11 18:37:31 UTC) #3
jbudorick
https://codereview.chromium.org/1784373002/diff/1/build/android/BUILD.gn File build/android/BUILD.gn (right): https://codereview.chromium.org/1784373002/diff/1/build/android/BUILD.gn#newcode84 build/android/BUILD.gn:84: "//build/android/devil/devil_dependencies.json", You need to rebase, this collides with https://codereview.chromium.org/1785483005/ ...
4 years, 9 months ago (2016-03-11 19:10:06 UTC) #4
agrieve
https://codereview.chromium.org/1784373002/diff/1/build/android/BUILD.gn File build/android/BUILD.gn (right): https://codereview.chromium.org/1784373002/diff/1/build/android/BUILD.gn#newcode84 build/android/BUILD.gn:84: "//build/android/devil/devil_dependencies.json", On 2016/03/11 19:10:06, jbudorick wrote: > You need ...
4 years, 9 months ago (2016-03-15 02:04:02 UTC) #5
jbudorick
On 2016/03/15 02:04:02, agrieve wrote: > https://codereview.chromium.org/1784373002/diff/1/build/android/BUILD.gn > File build/android/BUILD.gn (right): > > https://codereview.chromium.org/1784373002/diff/1/build/android/BUILD.gn#newcode84 > ...
4 years, 9 months ago (2016-03-15 02:13:39 UTC) #6
agrieve
jochen@chromium.org: Please review changes in PRESUBMIT*
4 years, 9 months ago (2016-03-17 15:32:48 UTC) #8
agrieve
On 2016/03/17 15:32:48, agrieve wrote: > mailto:jochen@chromium.org: Please review changes in PRESUBMIT* Monday morning ping
4 years, 9 months ago (2016-03-21 17:28:49 UTC) #9
agrieve
On 2016/03/21 17:28:49, agrieve wrote: > On 2016/03/17 15:32:48, agrieve wrote: > > mailto:jochen@chromium.org: Please ...
4 years, 9 months ago (2016-03-23 17:23:57 UTC) #10
jochen (gone - plz use gerrit)
lgtm
4 years, 9 months ago (2016-03-24 14:41:58 UTC) #11
jbudorick
https://codereview.chromium.org/1784373002/diff/60001/build/print-python-deps.py File build/print-python-deps.py (right): https://codereview.chromium.org/1784373002/diff/60001/build/print-python-deps.py#newcode1 build/print-python-deps.py:1: #!/usr/bin/env python Nit: print_python_deps.py instead of print-python-deps.py. https://codereview.chromium.org/1784373002/diff/60001/build/print-python-deps.py#newcode21 build/print-python-deps.py:21: ...
4 years, 9 months ago (2016-03-24 17:44:51 UTC) #12
agrieve
https://codereview.chromium.org/1784373002/diff/60001/build/print-python-deps.py File build/print-python-deps.py (right): https://codereview.chromium.org/1784373002/diff/60001/build/print-python-deps.py#newcode21 build/print-python-deps.py:21: _SRC_ROOT = os.path.abspath(os.path.join(__file__, os.pardir, os.pardir)) On 2016/03/24 17:44:51, jbudorick ...
4 years, 9 months ago (2016-03-24 18:47:39 UTC) #13
jbudorick
lgtm
4 years, 9 months ago (2016-03-24 19:12:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784373002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784373002/80001
4 years, 9 months ago (2016-03-24 19:22:32 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-24 20:06:54 UTC) #19
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/9e299ea6bbf87415d64d9d84003162d71304ccb9 Cr-Commit-Position: refs/heads/master@{#383127}
4 years, 9 months ago (2016-03-24 20:08:14 UTC) #21
agrieve
4 years, 8 months ago (2016-03-29 15:08:56 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/1839103002/ by agrieve@chromium.org.

The reason for reverting is: PRESUBMIT isn't working for non-android checkouts,
as shown by:

https://codereview.chromium.org/1840913002/diff/1/build/android/test_runner.p....

Powered by Google App Engine
This is Rietveld 408576698