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

Issue 439503006: For consistency with benchmark, rename unittest.output_formatter -> progress_reporter. (Closed)

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

Description

For consistency with benchmark, rename unittest.output_formatter -> progress_reporter. BUG=397746 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288541

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix content/test/gpu. #

Patch Set 3 : #

Patch Set 4 : Rebase. #

Patch Set 5 : Fix another leftover import #

Patch Set 6 : #

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -474 lines) Patch
M content/test/gpu/run_unittests View 1 1 chunk +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/run_tests View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M tools/perf/benchmarks/benchmark_unittest.py View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M tools/perf/run_tests View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M tools/telemetry/run_tests View 1 chunk +4 lines, -4 lines 0 comments Download
D tools/telemetry/telemetry/unittest/gtest_output_formatter.py View 1 chunk +0 lines, -87 lines 0 comments Download
D tools/telemetry/telemetry/unittest/gtest_output_formatter_unittest.py View 1 chunk +0 lines, -125 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/gtest_progress_reporter.py View 2 chunks +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/gtest_progress_reporter_unittest.py View 5 chunks +17 lines, -14 lines 0 comments Download
D tools/telemetry/telemetry/unittest/output_formatter.py View 1 chunk +0 lines, -130 lines 0 comments Download
D tools/telemetry/telemetry/unittest/output_formatter_unittest.py View 1 chunk +0 lines, -54 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/progress_reporter.py View 4 chunks +25 lines, -25 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/progress_reporter_unittest.py View 4 chunks +9 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/unittest/run_tests.py View 1 2 3 4 5 6 4 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
chrishenry
6 years, 4 months ago (2014-08-02 20:56:16 UTC) #1
nednguyen
On 2014/08/02 20:56:16, chrishenry wrote: LGTM You would need to change run_unittests as well: https://code.google.com/p/chromium/codesearch#chromium/src/content/test/gpu/run_unittests&q=run_unittest&type=cs&sq=package:chromium ...
6 years, 4 months ago (2014-08-04 04:57:58 UTC) #2
nednguyen
https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py File tools/telemetry/telemetry/unittest/run_tests.py (right): https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py#newcode21 tools/telemetry/telemetry/unittest/run_tests.py:21: self._progress_reporters = tuple(progress_reporters) It looks like we would want ...
6 years, 4 months ago (2014-08-04 04:58:09 UTC) #3
chrishenry
On 2014/08/04 04:57:58, nednguyen wrote: > On 2014/08/02 20:56:16, chrishenry wrote: > > LGTM > ...
6 years, 4 months ago (2014-08-04 16:59:08 UTC) #4
chrishenry
https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py File tools/telemetry/telemetry/unittest/run_tests.py (right): https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py#newcode21 tools/telemetry/telemetry/unittest/run_tests.py:21: self._progress_reporters = tuple(progress_reporters) On 2014/08/04 04:58:09, nednguyen wrote: > ...
6 years, 4 months ago (2014-08-04 16:59:41 UTC) #5
nednguyen
On 2014/08/04 16:59:41, chrishenry wrote: > https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py > File tools/telemetry/telemetry/unittest/run_tests.py (right): > > https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py#newcode21 > ...
6 years, 4 months ago (2014-08-04 17:05:47 UTC) #6
chrishenry
On 2014/08/04 17:05:47, nednguyen wrote: > On 2014/08/04 16:59:41, chrishenry wrote: > > > https://codereview.chromium.org/439503006/diff/1/tools/telemetry/telemetry/unittest/run_tests.py ...
6 years, 4 months ago (2014-08-04 17:11:01 UTC) #7
nednguyen
On 2014/08/04 17:11:01, chrishenry wrote: > On 2014/08/04 17:05:47, nednguyen wrote: > > On 2014/08/04 ...
6 years, 4 months ago (2014-08-04 17:26:22 UTC) #8
chrishenry
On 2014/08/04 17:26:22, nednguyen wrote: > On 2014/08/04 17:11:01, chrishenry wrote: > > On 2014/08/04 ...
6 years, 4 months ago (2014-08-04 17:43:36 UTC) #9
Ken Russell (switch to Gerrit)
content/test/gpu LGTM As mentioned before, I think the concepts of output formatters and progress reporters ...
6 years, 4 months ago (2014-08-04 18:10:25 UTC) #10
chrishenry
+bolian for chrome_proxy. Thanks!!
6 years, 4 months ago (2014-08-04 23:07:31 UTC) #11
chrishenry
The CQ bit was checked by chrishenry@google.com
6 years, 4 months ago (2014-08-08 00:18:30 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/439503006/100001
6 years, 4 months ago (2014-08-08 00:54:43 UTC) #13
bolian
lgtm
6 years, 4 months ago (2014-08-08 03:54:23 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-08 09:52:47 UTC) #15
commit-bot: I haz the power
Failed to apply patch for tools/telemetry/telemetry/unittest/run_tests.py: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-08 09:52:48 UTC) #16
chrishenry
The CQ bit was checked by chrishenry@google.com
6 years, 4 months ago (2014-08-09 06:16:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishenry@google.com/439503006/120001
6 years, 4 months ago (2014-08-09 06:17:35 UTC) #18
commit-bot: I haz the power
Change committed as 288541
6 years, 4 months ago (2014-08-09 08:29:23 UTC) #19
ilja
6 years, 4 months ago (2014-08-11 18:22:09 UTC) #20
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/459943002/ by ihf@chromium.org.

The reason for reverting is: Reverting due to ChromeOS break, see
https://code.google.com/p/chromium/issues/detail?id=402451#c4.

Powered by Google App Engine
This is Rietveld 408576698