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

Issue 300873006: Use non-copying sorting in test harness. (Closed)

Created:
6 years, 6 months ago by Michael Starzinger
Modified:
6 years, 6 months ago
Reviewers:
Michael Achenbach
CC:
v8-dev
Visibility:
Public.

Description

Use non-copying sorting in test harness. R=machenbach@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21569

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Michael Achenbach. #

Total comments: 2

Patch Set 3 : Addressed moar comments by Michael Achenbach. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M tools/testrunner/local/execution.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Michael Starzinger
6 years, 6 months ago (2014-05-28 11:29:50 UTC) #1
Michael Achenbach
lgtm with a comment: https://codereview.chromium.org/300873006/diff/1/tools/testrunner/local/execution.py File tools/testrunner/local/execution.py (right): https://codereview.chromium.org/300873006/diff/1/tools/testrunner/local/execution.py#newcode98 tools/testrunner/local/execution.py:98: self.tests.sort(key=lambda t: t.duration, reverse=True) Maybe ...
6 years, 6 months ago (2014-05-28 12:03:21 UTC) #2
Michael Starzinger
https://codereview.chromium.org/300873006/diff/1/tools/testrunner/local/execution.py File tools/testrunner/local/execution.py (right): https://codereview.chromium.org/300873006/diff/1/tools/testrunner/local/execution.py#newcode98 tools/testrunner/local/execution.py:98: self.tests.sort(key=lambda t: t.duration, reverse=True) On 2014/05/28 12:03:21, Michael Achenbach ...
6 years, 6 months ago (2014-05-28 12:13:30 UTC) #3
Michael Achenbach
https://codereview.chromium.org/300873006/diff/20001/tools/testrunner/local/execution.py File tools/testrunner/local/execution.py (right): https://codereview.chromium.org/300873006/diff/20001/tools/testrunner/local/execution.py#newcode67 tools/testrunner/local/execution.py:67: for t in self.tests: I also meant that "if ...
6 years, 6 months ago (2014-05-28 12:37:28 UTC) #4
Michael Starzinger
Thanks for the review. Addressed comments. Landing. https://codereview.chromium.org/300873006/diff/20001/tools/testrunner/local/execution.py File tools/testrunner/local/execution.py (right): https://codereview.chromium.org/300873006/diff/20001/tools/testrunner/local/execution.py#newcode67 tools/testrunner/local/execution.py:67: for t ...
6 years, 6 months ago (2014-05-28 12:51:07 UTC) #5
Michael Achenbach
lgtm!
6 years, 6 months ago (2014-05-28 13:01:23 UTC) #6
Michael Starzinger
6 years, 6 months ago (2014-05-28 13:01:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r21569 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698