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

Issue 1281923003: [Android] Add --blacklist-file as a command-line option. (Closed)

Created:
5 years, 4 months ago by jbudorick
Modified:
5 years, 4 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, telemetry-reviews_chromium.org, yfriedman+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 --blacklist-file as a command-line option. BUG=517709 Committed: https://crrev.com/9874769cf24b5870d9bb7c22fe5312b1cf8bcd5e Cr-Commit-Position: refs/heads/master@{#344125}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : fix telemetry_unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -197 lines) Patch
M build/android/adb_install_apk.py View 3 chunks +14 lines, -5 lines 0 comments Download
M build/android/adb_reverse_forwarder.py View 3 chunks +8 lines, -1 line 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 1 2 3 11 chunks +47 lines, -41 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/enable_asserts.py View 2 chunks +10 lines, -1 line 0 comments Download
M build/android/host_heartbeat.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/provision_devices.py View 1 2 3 3 chunks +22 lines, -15 lines 0 comments Download
M build/android/pylib/device/device_blacklist.py View 1 chunk +56 lines, -35 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 2 3 3 chunks +9 lines, -7 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 2 3 3 chunks +8 lines, -26 lines 0 comments Download
M build/android/pylib/host_driven/test_case.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/setup.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 3 chunks +3 lines, -2 lines 0 comments Download
M build/android/pylib/local/device/local_device_environment.py View 3 chunks +5 lines, -1 line 0 comments Download
M build/android/pylib/perf/perf_control_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/setup.py View 4 chunks +5 lines, -5 lines 0 comments Download
M build/android/pylib/uiautomator/setup.py View 2 chunks +4 lines, -2 lines 0 comments Download
M build/android/pylib/utils/emulator.py View 3 chunks +8 lines, -6 lines 0 comments Download
M build/android/pylib/utils/test_environment.py View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M build/android/screenshot.py View 3 chunks +8 lines, -1 line 0 comments Download
M build/android/test_runner.py View 9 chunks +17 lines, -7 lines 0 comments Download
M build/android/tombstones.py View 1 2 3 chunks +8 lines, -1 line 0 comments Download
M build/android/update_verification.py View 3 chunks +8 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/benchmark_runner.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/browser/browser_options.py View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/internal/forwarders/android_forwarder.py View 1 2 1 chunk +13 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_device.py View 1 2 3 4 6 chunks +27 lines, -14 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_device_unittest.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/cros_device.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/desktop_device.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/device.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/ios_device.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/platform/trybot_device.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (4 generated)
jbudorick
5 years, 4 months ago (2015-08-07 21:18:21 UTC) #2
nednguyen
5 years, 4 months ago (2015-08-07 21:22:22 UTC) #4
rnephew (Reviews Here)
lgtm w/ comment on argparse transition. https://codereview.chromium.org/1281923003/diff/20001/build/android/buildbot/bb_device_status_check.py File build/android/buildbot/bb_device_status_check.py (right): https://codereview.chromium.org/1281923003/diff/20001/build/android/buildbot/bb_device_status_check.py#newcode44 build/android/buildbot/bb_device_status_check.py:44: def DeviceInfo(device, args): ...
5 years, 4 months ago (2015-08-07 22:26:31 UTC) #5
jbudorick
On 2015/08/07 at 22:26:31, rnephew wrote: > lgtm w/ comment on argparse transition. > > ...
5 years, 4 months ago (2015-08-07 22:31:25 UTC) #6
nednguyen
Don't you need to update the perf/core/perf_benchmark.py so that all the perf benchmarks use the ...
5 years, 4 months ago (2015-08-08 02:13:41 UTC) #7
eakuefner
lgtm One general comment: I'm wondering if you see any problems with making blacklist=None the ...
5 years, 4 months ago (2015-08-11 17:58:47 UTC) #8
jbudorick
https://codereview.chromium.org/1281923003/diff/20001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/1281923003/diff/20001/build/android/pylib/device/device_utils.py#newcode1796 build/android/pylib/device/device_utils.py:1796: if not blacklist: Ethan: the None blacklist currently gets ...
5 years, 4 months ago (2015-08-13 17:38:18 UTC) #9
nednguyen
On 2015/08/13 17:38:18, jbudorick wrote: > https://codereview.chromium.org/1281923003/diff/20001/build/android/pylib/device/device_utils.py > File build/android/pylib/device/device_utils.py (right): > > https://codereview.chromium.org/1281923003/diff/20001/build/android/pylib/device/device_utils.py#newcode1796 > ...
5 years, 4 months ago (2015-08-13 17:42:17 UTC) #10
jbudorick
On 2015/08/13 at 17:42:17, nednguyen wrote: > On 2015/08/13 17:38:18, jbudorick wrote: > > https://codereview.chromium.org/1281923003/diff/20001/build/android/pylib/device/device_utils.py ...
5 years, 4 months ago (2015-08-13 17:45:35 UTC) #11
nednguyen
On 2015/08/13 17:45:35, jbudorick wrote: > On 2015/08/13 at 17:42:17, nednguyen wrote: > > On ...
5 years, 4 months ago (2015-08-13 17:48:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1281923003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1281923003/80001
5 years, 4 months ago (2015-08-19 01:51:29 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 4 months ago (2015-08-19 01:56:36 UTC) #16
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/9874769cf24b5870d9bb7c22fe5312b1cf8bcd5e Cr-Commit-Position: refs/heads/master@{#344125}
5 years, 4 months ago (2015-08-19 01:57:24 UTC) #17
jbudorick
5 years, 4 months ago (2015-08-19 04:19:44 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/1292053006/ by jbudorick@chromium.org.

The reason for reverting is: broke the perf bots, will fix and reland..

Powered by Google App Engine
This is Rietveld 408576698