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

Issue 1680233002: Android Add _incremental targets for instrumentation tests (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 10 months ago
Reviewers:
Dirk Pranke, jbudorick
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

Android Add _incremental targets for instrumentation tests Switches gtests to explicitly passing path to install script rather than --incremental-install + heuristics. BUG=575975 Committed: https://crrev.com/4931af8c9d77f7d2b76423405b20e1f8abc9bce7 Cr-Commit-Position: refs/heads/master@{#374699}

Patch Set 1 #

Total comments: 9

Patch Set 2 : review comments #

Total comments: 6

Patch Set 3 : review comments #

Patch Set 4 : add missing dep #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -127 lines) Patch
M build/android/gyp/create_test_runner_script.py View 1 3 chunks +11 lines, -0 lines 0 comments Download
M build/android/gyp/write_build_config.py View 1 2 3 chunks +8 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/gtest_test_instance.py View 1 2 chunks +13 lines, -3 lines 0 comments Download
M build/android/pylib/host_driven/test_case.py View 1 1 chunk +6 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 6 chunks +34 lines, -28 lines 0 comments Download
M build/android/pylib/instrumentation/setup.py View 1 1 chunk +5 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 1 chunk +3 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_package.py View 1 3 chunks +20 lines, -4 lines 0 comments Download
M build/android/pylib/local/device/local_device_environment.py View 2 chunks +0 lines, -5 lines 0 comments Download
M build/android/pylib/local/device/local_device_gtest_run.py View 1 6 chunks +9 lines, -22 lines 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 2 2 chunks +53 lines, -26 lines 0 comments Download
M build/android/pylib/local/device/local_device_test_run.py View 1 2 chunks +22 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 1 5 chunks +20 lines, -10 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 chunks +49 lines, -16 lines 0 comments Download
M build/config/android/rules.gni View 1 2 7 chunks +38 lines, -6 lines 0 comments Download
M testing/test.gni View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
agrieve
☔☔☔ dpranke: please look at //testing jbudorick: please review.
4 years, 10 months ago (2016-02-09 18:55:47 UTC) #2
Dirk Pranke
//testing lgtm.
4 years, 10 months ago (2016-02-09 19:21:56 UTC) #3
jbudorick
I'm a bit uneasy about this, but it is definitely an improvement in that it ...
4 years, 10 months ago (2016-02-09 20:08:27 UTC) #4
agrieve
didn't see any easy way to hide the flags. Might have to use a 2nd ...
4 years, 10 months ago (2016-02-09 21:43:50 UTC) #5
jbudorick
lgtm w/ nits I didn't mean to suggest that you should do the argument hiding ...
4 years, 10 months ago (2016-02-09 23:32:32 UTC) #6
agrieve
Thanks for speedy reviews! https://codereview.chromium.org/1680233002/diff/20001/build/android/gyp/write_build_config.py File build/android/gyp/write_build_config.py (right): https://codereview.chromium.org/1680233002/diff/20001/build/android/gyp/write_build_config.py#newcode220 build/android/gyp/write_build_config.py:220: help='Path to the target\'s incremental ...
4 years, 10 months ago (2016-02-10 01:56:56 UTC) #7
jbudorick
On 2016/02/10 01:56:56, agrieve wrote: > Thanks for speedy reviews! Ha, I'm trying to get ...
4 years, 10 months ago (2016-02-10 02:01:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680233002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680233002/40001
4 years, 10 months ago (2016-02-10 02:06:54 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/19906)
4 years, 10 months ago (2016-02-10 02:51:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680233002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680233002/60001
4 years, 10 months ago (2016-02-10 15:59:42 UTC) #16
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary files are still unsupported ...
4 years, 10 months ago (2016-02-10 18:07:55 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680233002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680233002/60001
4 years, 10 months ago (2016-02-10 19:14:53 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-10 19:26:09 UTC) #22
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:30:26 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4931af8c9d77f7d2b76423405b20e1f8abc9bce7
Cr-Commit-Position: refs/heads/master@{#374699}

Powered by Google App Engine
This is Rietveld 408576698