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

Issue 22909011: Added support for GPU-based expectations (Closed)

Created:
7 years, 4 months ago by bajones
Modified:
7 years, 4 months ago
CC:
chromium-reviews, chrome-speed-team+watch_google.com, jam, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, telemetry+watch_chromium.org
Visibility:
Public.

Description

Added support for GPU-based expectations BUG=245741 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218650

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressing futher feedback, added ability to filter on Device ID #

Total comments: 1

Patch Set 3 : Fixed logic issue @zmo pointed out. #

Total comments: 1

Patch Set 4 : Changed device ids to use tuples #

Total comments: 2

Patch Set 5 : Minor changes in response to @kbr's observations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -34 lines) Patch
M content/test/gpu/gpu_tests/webgl_conformance_expectations.py View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_runner.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/page/test_expectations.py View 1 2 3 3 chunks +57 lines, -15 lines 0 comments Download
M tools/telemetry/telemetry/page/test_expectations_unittest.py View 1 2 3 4 4 chunks +81 lines, -16 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
bajones
Uses gpu information exposed by https://chromiumcodereview.appspot.com/21682002/ to allow setting of test expectations based on GPU ...
7 years, 4 months ago (2013-08-15 17:33:47 UTC) #1
bajones
7 years, 4 months ago (2013-08-15 18:53:48 UTC) #2
Ken Russell (switch to Gerrit)
Good start but needs some more work. https://codereview.chromium.org/22909011/diff/1/content/test/gpu/gpu_tests/webgl_conformance.py File content/test/gpu/gpu_tests/webgl_conformance.py (right): https://codereview.chromium.org/22909011/diff/1/content/test/gpu/gpu_tests/webgl_conformance.py#newcode64 content/test/gpu/gpu_tests/webgl_conformance.py:64: options.AppendExtraBrowserArg('--enable-gpu-benchmarking') This ...
7 years, 4 months ago (2013-08-15 19:25:28 UTC) #3
bajones
I don't see any way to handle DEBUG/RELEASE at the moment, it will probably have ...
7 years, 4 months ago (2013-08-16 23:01:54 UTC) #4
Zhenyao Mo
https://codereview.chromium.org/22909011/diff/8001/tools/telemetry/telemetry/page/test_expectations.py File tools/telemetry/telemetry/page/test_expectations.py (right): https://codereview.chromium.org/22909011/diff/8001/tools/telemetry/telemetry/page/test_expectations.py#newcode108 tools/telemetry/telemetry/page/test_expectations.py:108: self._GetGpuDeviceId(gpu_info) in expectation.device_id_conditions) this should add "and expectation.gpu_conditions and ...
7 years, 4 months ago (2013-08-16 23:16:36 UTC) #5
Zhenyao Mo
On 2013/08/16 23:16:36, Zhenyao Mo wrote: > https://codereview.chromium.org/22909011/diff/8001/tools/telemetry/telemetry/page/test_expectations.py > File tools/telemetry/telemetry/page/test_expectations.py (right): > > https://codereview.chromium.org/22909011/diff/8001/tools/telemetry/telemetry/page/test_expectations.py#newcode108 ...
7 years, 4 months ago (2013-08-16 23:41:05 UTC) #6
dtu
https://codereview.chromium.org/22909011/diff/14001/tools/telemetry/telemetry/page/test_expectations.py File tools/telemetry/telemetry/page/test_expectations.py (right): https://codereview.chromium.org/22909011/diff/14001/tools/telemetry/telemetry/page/test_expectations.py#newcode30 tools/telemetry/telemetry/page/test_expectations.py:30: if isinstance(c, (int, long)): if isinstance(c, numbers.Integral) Also this ...
7 years, 4 months ago (2013-08-17 00:26:27 UTC) #7
nduca
If we have failures that are DEBUG/RELEASE specific then this is a problem for telemetry. ...
7 years, 4 months ago (2013-08-17 00:31:15 UTC) #8
bajones
On 2013/08/17 00:26:27, Dave Tu wrote: > https://codereview.chromium.org/22909011/diff/14001/tools/telemetry/telemetry/page/test_expectations.py > File tools/telemetry/telemetry/page/test_expectations.py (right): > > https://codereview.chromium.org/22909011/diff/14001/tools/telemetry/telemetry/page/test_expectations.py#newcode30 ...
7 years, 4 months ago (2013-08-19 16:59:21 UTC) #9
dtu
On 2013/08/19 16:59:21, bajones wrote: > On 2013/08/17 00:26:27, Dave Tu wrote: > > > ...
7 years, 4 months ago (2013-08-20 05:41:10 UTC) #10
bajones
On 2013/08/20 05:41:10, Dave Tu wrote: > How about a tuple? Since it has to ...
7 years, 4 months ago (2013-08-20 19:32:50 UTC) #11
Zhenyao Mo
On 2013/08/20 19:32:50, bajones wrote: > On 2013/08/20 05:41:10, Dave Tu wrote: > > How ...
7 years, 4 months ago (2013-08-20 20:27:27 UTC) #12
Ken Russell (switch to Gerrit)
LGTM. One comment regarding the test structure; not necessary to make a change in response. ...
7 years, 4 months ago (2013-08-20 20:48:43 UTC) #13
bajones
On 2013/08/20 20:48:43, Ken Russell wrote: > LGTM. One comment regarding the test structure; not ...
7 years, 4 months ago (2013-08-20 21:42:46 UTC) #14
dtu
lgtm
7 years, 4 months ago (2013-08-20 23:28:25 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/22909011/30001
7 years, 4 months ago (2013-08-20 23:38:24 UTC) #16
commit-bot: I haz the power
7 years, 4 months ago (2013-08-21 04:59:09 UTC) #17
Message was sent while issue was closed.
Change committed as 218650

Powered by Google App Engine
This is Rietveld 408576698