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

Issue 12255052: [Telemetry] Fix perf bots after http://crrev.com/183009. (Closed)

Created:
7 years, 10 months ago by dtu
Modified:
7 years, 10 months ago
Reviewers:
nduca
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

[Telemetry] Fix perf bots after http://crrev.com/183009. There were some issues with the patch specific to Android and Windows, which I foolishly did not test. 1. Didn't update new path to build/android in adb_commands.py 2. The move exposed a preexisting bug in discover.py where it doesn't handle Windows paths correctly. TBR=nduca@chromium.org BUG=None. TEST=./run_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183085

Patch Set 1 #

Patch Set 2 : Ugh, a couple of files do this '../..' thing. Use os.path.join instead. #

Patch Set 3 : Fix new test, testComponentExtension. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M tools/telemetry/telemetry/core/chrome/adb_commands.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/android_platform.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/png_bitmap.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/websocket.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/extension_unittest.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/wpr_server.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/perf_tests_helper.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/test/discover.py View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698