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

Issue 399263003: Add FailureValue and wire it through PageTestResults. (Closed)

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

Description

Add FailureValue and wire it through PageTestResults. BUG=392901 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284459

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Update another usage of self.failures, fix unit tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -69 lines) Patch
M tools/perf/measurements/skpicture_printer_unittest.py View 2 chunks +3 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_runner.py View 5 chunks +6 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/page/profile_generator.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/record_wpr.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/results/block_page_measurement_results.py View 1 chunk +5 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/results/buildbot_page_measurement_results.py View 2 chunks +6 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/results/buildbot_page_measurement_results_unittest.py View 3 chunks +7 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/results/gtest_test_results.py View 3 chunks +13 lines, -13 lines 0 comments Download
M tools/telemetry/telemetry/results/gtest_test_results_unittest.py View 6 chunks +11 lines, -10 lines 0 comments Download
M tools/telemetry/telemetry/results/page_measurement_results.py View 2 chunks +3 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/results/page_measurement_results_unittest.py View 4 chunks +8 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/results/page_test_results.py View 4 chunks +17 lines, -18 lines 0 comments Download
M tools/telemetry/telemetry/results/page_test_results_unittest.py View 2 chunks +4 lines, -3 lines 0 comments Download
A tools/telemetry/telemetry/value/failure.py View 1 chunk +83 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/value/failure_unittest.py View 1 chunk +44 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/value/merge_values.py View 2 chunks +9 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/value/summary.py View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
chrishenry
6 years, 5 months ago (2014-07-18 00:03:52 UTC) #1
nednguyen
Nice patch! Looks good to me overall. +kbr since he uses GtestTestResults. https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/value/failure.py File tools/telemetry/telemetry/value/failure.py ...
6 years, 5 months ago (2014-07-18 02:43:52 UTC) #2
chrishenry
https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/value/failure.py File tools/telemetry/telemetry/value/failure.py (right): https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/value/failure.py#newcode10 tools/telemetry/telemetry/value/failure.py:10: class FailureValue(value_module.Value): On 2014/07/18 02:43:51, nednguyen wrote: > We ...
6 years, 5 months ago (2014-07-18 18:14:18 UTC) #3
nednguyen
On 2014/07/18 18:14:18, chrishenry wrote: > https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/value/failure.py > File tools/telemetry/telemetry/value/failure.py (right): > > https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/value/failure.py#newcode10 > ...
6 years, 5 months ago (2014-07-18 18:47:37 UTC) #4
chrishenry
On 2014/07/18 18:47:37, nednguyen wrote: > On 2014/07/18 18:14:18, chrishenry wrote: > > > https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/value/failure.py ...
6 years, 5 months ago (2014-07-18 19:52:15 UTC) #5
Ken Russell (switch to Gerrit)
LGTM as long as this passes the bots. It may be worth sending this to ...
6 years, 5 months ago (2014-07-18 21:25:48 UTC) #6
chrishenry
On 2014/07/18 21:25:48, Ken Russell wrote: > LGTM as long as this passes the bots. ...
6 years, 5 months ago (2014-07-18 22:05:52 UTC) #7
chrishenry
https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/results/gtest_test_results.py File tools/telemetry/telemetry/results/gtest_test_results.py (right): https://codereview.chromium.org/399263003/diff/40001/tools/telemetry/telemetry/results/gtest_test_results.py#newcode29 tools/telemetry/telemetry/results/gtest_test_results.py:29: 'GTestTestResults only accepts FailureValue.') On 2014/07/18 21:25:48, Ken Russell ...
6 years, 5 months ago (2014-07-18 22:08:24 UTC) #8
Ken Russell (switch to Gerrit)
On 2014/07/18 22:05:52, chrishenry wrote: > On 2014/07/18 21:25:48, Ken Russell wrote: > > LGTM ...
6 years, 5 months ago (2014-07-18 22:50:15 UTC) #9
chrishenry
On 2014/07/18 22:50:15, Ken Russell wrote: > On 2014/07/18 22:05:52, chrishenry wrote: > > On ...
6 years, 5 months ago (2014-07-21 17:04:25 UTC) #10
nednguyen
lgtm
6 years, 5 months ago (2014-07-21 17:05:43 UTC) #11
chrishenry
The CQ bit was checked by chrishenry@google.com
6 years, 5 months ago (2014-07-21 17:18:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishenry@google.com/399263003/80001
6 years, 5 months ago (2014-07-21 17:19:49 UTC) #13
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 18:04:06 UTC) #14
Message was sent while issue was closed.
Change committed as 284459

Powered by Google App Engine
This is Rietveld 408576698