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

Issue 390233002: Kill AddError/AddErrorMessage from PageTestResults. (Closed)

Created:
6 years, 5 months ago by chrishenry
Modified:
6 years, 5 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org, bajones, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Kill AddError/AddErrorMessage from PageTestResults, switch existing usage to use AddFailure. BUG=392901 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283679

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address review comment. #

Patch Set 3 : Rebase and simplify unit test a bit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -151 lines) Patch
M content/test/gpu/gpu_tests/webgl_conformance.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/benchmark.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_runner.py View 1 2 3 chunks +2 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/page/page_runner_unittest.py View 1 2 5 chunks +48 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/page/page_test.py View 3 chunks +0 lines, -11 lines 0 comments Download
M tools/telemetry/telemetry/page/profile_generator.py View 1 1 chunk +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/page/record_wpr.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/results/buildbot_page_measurement_results.py View 5 chunks +11 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/results/buildbot_page_measurement_results_unittest.py View 1 chunk +0 lines, -42 lines 0 comments Download
M tools/telemetry/telemetry/results/gtest_test_results.py View 2 chunks +5 lines, -11 lines 0 comments Download
M tools/telemetry/telemetry/results/gtest_test_results_unittest.py View 3 chunks +2 lines, -19 lines 0 comments Download
M tools/telemetry/telemetry/results/page_measurement_results.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/results/page_test_results.py View 4 chunks +0 lines, -21 lines 0 comments Download
M tools/telemetry/telemetry/results/page_test_results_unittest.py View 1 chunk +0 lines, -17 lines 0 comments Download
M tools/telemetry/telemetry/value/summary.py View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
chrishenry
6 years, 5 months ago (2014-07-14 23:39:22 UTC) #1
Ken Russell (switch to Gerrit)
Please send this CL to the try servers. A few comments. https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py File content/test/gpu/gpu_tests/webgl_conformance.py (left): ...
6 years, 5 months ago (2014-07-15 00:20:20 UTC) #2
nduca
lgtm
6 years, 5 months ago (2014-07-15 02:02:39 UTC) #3
nduca
https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py File content/test/gpu/gpu_tests/webgl_conformance.py (left): https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py#oldcode72 content/test/gpu/gpu_tests/webgl_conformance.py:72: super(WebglConformanceValidator, self).__init__(attempts=1, max_errors=10) is it important to distinguish between ...
6 years, 5 months ago (2014-07-15 02:03:28 UTC) #4
nednguyen
lgtm https://codereview.chromium.org/390233002/diff/60001/tools/telemetry/telemetry/results/page_test_results.py File tools/telemetry/telemetry/results/page_test_results.py (right): https://codereview.chromium.org/390233002/diff/60001/tools/telemetry/telemetry/results/page_test_results.py#newcode40 tools/telemetry/telemetry/results/page_test_results.py:40: self.pages_that_had_failures.add(page) It seems like this pages_that_had_failures is not ...
6 years, 5 months ago (2014-07-15 03:07:43 UTC) #5
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py File content/test/gpu/gpu_tests/webgl_conformance.py (left): https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py#oldcode72 content/test/gpu/gpu_tests/webgl_conformance.py:72: super(WebglConformanceValidator, self).__init__(attempts=1, max_errors=10) On 2014/07/15 02:03:28, nduca wrote: > ...
6 years, 5 months ago (2014-07-15 04:42:19 UTC) #6
chrishenry
https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py File content/test/gpu/gpu_tests/webgl_conformance.py (left): https://codereview.chromium.org/390233002/diff/60001/content/test/gpu/gpu_tests/webgl_conformance.py#oldcode72 content/test/gpu/gpu_tests/webgl_conformance.py:72: super(WebglConformanceValidator, self).__init__(attempts=1, max_errors=10) On 2014/07/15 00:20:20, Ken Russell wrote: ...
6 years, 5 months ago (2014-07-15 17:55:53 UTC) #7
Ken Russell (switch to Gerrit)
Nice, thanks. LGTM
6 years, 5 months ago (2014-07-15 18:27:47 UTC) #8
chrishenry
Hi Ken, is there any specific try bot you want me to run that is ...
6 years, 5 months ago (2014-07-15 19:53:43 UTC) #9
Ken Russell (switch to Gerrit)
On 2014/07/15 19:53:43, chrishenry wrote: > Hi Ken, is there any specific try bot you ...
6 years, 5 months ago (2014-07-15 20:09:44 UTC) #10
chrishenry
The CQ bit was checked by chrishenry@google.com
6 years, 5 months ago (2014-07-16 22:55:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishenry@google.com/390233002/120001
6 years, 5 months ago (2014-07-16 23:00:38 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 07:06:37 UTC) #13
Message was sent while issue was closed.
Change committed as 283679

Powered by Google App Engine
This is Rietveld 408576698