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 1977953002: Prevent skip_gpu_process from running on Android (Closed)

Created:
4 years, 7 months ago by cblume
Modified:
4 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Prevent skip_gpu_process from running on Android We had previously tried to identify a way to tell if the test was being run on Android. But when we did that, I did not explicitly set the browser. So the browser_type passed down was 'reference'. By simply specifying --browser android-content-shell we were able to better detect that the platform is Android. BUG=611629, 490984 R=kbr@chromium.org,nednguyen@google.com CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/42b62c5291d9f31138a294d8a22965d02bb498f4 Cr-Commit-Position: refs/heads/master@{#393701}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changing the browser type detection to include webview. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M content/test/gpu/gpu_tests/gpu_process.py View 1 1 chunk +4 lines, -1 line 0 comments Download
M content/test/gpu/page_sets/gpu_process_tests.py View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977953002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977953002/1
4 years, 7 months ago (2016-05-13 20:48:05 UTC) #3
Ken Russell (switch to Gerrit)
Great. Thanks Ned for the advice and Chris for implementing this. LGTM https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py File content/test/gpu/gpu_tests/gpu_process.py ...
4 years, 7 months ago (2016-05-13 21:49:53 UTC) #4
nednguyen
lgtm https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py File content/test/gpu/gpu_tests/gpu_process.py (right): https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py#newcode59 content/test/gpu/gpu_tests/gpu_process.py:59: is_platform_android = browser_type == 'android-content-shell' On 2016/05/13 21:49:53, ...
4 years, 7 months ago (2016-05-13 21:53:35 UTC) #5
cblume
https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py File content/test/gpu/gpu_tests/gpu_process.py (right): https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py#newcode59 content/test/gpu/gpu_tests/gpu_process.py:59: is_platform_android = browser_type == 'android-content-shell' On 2016/05/13 21:49:53, Ken ...
4 years, 7 months ago (2016-05-13 22:01:44 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-13 22:12:44 UTC) #8
cblume
https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py File content/test/gpu/gpu_tests/gpu_process.py (right): https://codereview.chromium.org/1977953002/diff/1/content/test/gpu/gpu_tests/gpu_process.py#newcode59 content/test/gpu/gpu_tests/gpu_process.py:59: is_platform_android = browser_type == 'android-content-shell' On 2016/05/13 21:53:35, nednguyen ...
4 years, 7 months ago (2016-05-13 22:53:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977953002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977953002/20001
4 years, 7 months ago (2016-05-13 22:54:05 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-14 00:21:13 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-14 00:23:06 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/42b62c5291d9f31138a294d8a22965d02bb498f4
Cr-Commit-Position: refs/heads/master@{#393701}

Powered by Google App Engine
This is Rietveld 408576698