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

Issue 840393003: Add support for ios_uirobot (Closed)

Created:
5 years, 11 months ago by rnephew (Reviews Here)
Modified:
5 years, 11 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add support for ios_uirobot BUG=428729 Committed: https://crrev.com/a46fc56cbdf4fa62d3111f91cc81dc598b24b630 Cr-Commit-Position: refs/heads/master@{#312854}

Patch Set 1 #

Total comments: 1

Patch Set 2 : bling -> ios #

Total comments: 26

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Get rid of to do #

Patch Set 7 : #

Patch Set 8 : rebase #

Total comments: 4

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -22 lines) Patch
M build/android/pylib/base/test_instance_factory.py View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/constants.py View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 2 3 4 5 6 7 4 chunks +9 lines, -4 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_uirobot_test_run.py View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -4 lines 0 comments Download
M build/android/pylib/uirobot/uirobot_test_instance.py View 1 2 3 4 5 6 7 2 chunks +15 lines, -7 lines 0 comments Download
M build/android/test_runner.py View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
rnephew (Wrong account)
https://codereview.chromium.org/840393003/diff/1/build/mobile/bling/pylib/uirobot/uirobot_test_instance.py File build/mobile/bling/pylib/uirobot/uirobot_test_instance.py (right): https://codereview.chromium.org/840393003/diff/1/build/mobile/bling/pylib/uirobot/uirobot_test_instance.py#newcode28 build/mobile/bling/pylib/uirobot/uirobot_test_instance.py:28: raise NotImplementedError Need to know the correct default location ...
5 years, 11 months ago (2015-01-09 20:57:14 UTC) #2
jbudorick
I'm not sure about the directory structure. https://codereview.chromium.org/840393003/diff/20001/build/android/pylib/base/test_instance_factory.py File build/android/pylib/base/test_instance_factory.py (right): https://codereview.chromium.org/840393003/diff/20001/build/android/pylib/base/test_instance_factory.py#newcode11 build/android/pylib/base/test_instance_factory.py:11: from pylib.uirobot ...
5 years, 11 months ago (2015-01-09 22:06:51 UTC) #3
rnephew (Wrong account)
https://codereview.chromium.org/840393003/diff/20001/build/android/pylib/base/test_instance_factory.py File build/android/pylib/base/test_instance_factory.py (right): https://codereview.chromium.org/840393003/diff/20001/build/android/pylib/base/test_instance_factory.py#newcode11 build/android/pylib/base/test_instance_factory.py:11: from pylib.uirobot import uirobot_test_instance as android_uirobot_test_instance On 2015/01/09 22:06:50, ...
5 years, 11 months ago (2015-01-09 23:35:37 UTC) #4
rnephew (Wrong account)
Rebase is done, ready for review.
5 years, 11 months ago (2015-01-22 20:01:18 UTC) #5
jbudorick
https://codereview.chromium.org/840393003/diff/140001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py File build/android/pylib/remote/device/remote_device_uirobot_test_run.py (right): https://codereview.chromium.org/840393003/diff/140001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py#newcode44 build/android/pylib/remote/device/remote_device_uirobot_test_run.py:44: might want to throw an exception here in an ...
5 years, 11 months ago (2015-01-22 20:34:50 UTC) #6
rnephew (Wrong account)
https://codereview.chromium.org/840393003/diff/140001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py File build/android/pylib/remote/device/remote_device_uirobot_test_run.py (right): https://codereview.chromium.org/840393003/diff/140001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py#newcode44 build/android/pylib/remote/device/remote_device_uirobot_test_run.py:44: On 2015/01/22 20:34:50, jbudorick wrote: > might want to ...
5 years, 11 months ago (2015-01-22 21:59:42 UTC) #7
jbudorick
lgtm w/ nit https://codereview.chromium.org/840393003/diff/160001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py File build/android/pylib/remote/device/remote_device_uirobot_test_run.py (right): https://codereview.chromium.org/840393003/diff/160001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py#newcode46 build/android/pylib/remote/device/remote_device_uirobot_test_run.py:46: 'Unkown device type: %s' % self._env.device_type) ...
5 years, 11 months ago (2015-01-22 22:01:06 UTC) #8
rnephew (Wrong account)
https://codereview.chromium.org/840393003/diff/160001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py File build/android/pylib/remote/device/remote_device_uirobot_test_run.py (right): https://codereview.chromium.org/840393003/diff/160001/build/android/pylib/remote/device/remote_device_uirobot_test_run.py#newcode46 build/android/pylib/remote/device/remote_device_uirobot_test_run.py:46: 'Unkown device type: %s' % self._env.device_type) On 2015/01/22 22:01:05, ...
5 years, 11 months ago (2015-01-22 22:02:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/840393003/180001
5 years, 11 months ago (2015-01-22 22:03:28 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_gn_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_gn_rel/builds/989) Try jobs failed on following ...
5 years, 11 months ago (2015-01-22 22:24:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/840393003/180001
5 years, 11 months ago (2015-01-22 22:28:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_gn_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_gn_rel/builds/989)
5 years, 11 months ago (2015-01-22 22:30:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/840393003/180001
5 years, 11 months ago (2015-01-22 23:42:41 UTC) #19
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
5 years, 11 months ago (2015-01-23 01:46:19 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/840393003/180001
5 years, 11 months ago (2015-01-23 15:59:18 UTC) #23
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 11 months ago (2015-01-23 16:00:44 UTC) #24
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 16:01:44 UTC) #25
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/a46fc56cbdf4fa62d3111f91cc81dc598b24b630
Cr-Commit-Position: refs/heads/master@{#312854}

Powered by Google App Engine
This is Rietveld 408576698