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

Issue 466029: Revise run_webkit_test.PrepareListsAndPrintOutput() to keep accurate counts... (Closed)

Created:
11 years ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
ojan
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org
Visibility:
Public.

Description

Revise run_webkit_test.PrepareListsAndPrintOutput() to keep accurate counts when we are sharding the tests. R=ojan@chromium.org TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33765

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -22 lines) Patch
M webkit/tools/layout_tests/run_webkit_tests.py View 5 chunks +26 lines, -22 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
Dirk Pranke
11 years ago (2009-12-04 00:47:27 UTC) #1
ojan
11 years ago (2009-12-04 00:58:30 UTC) #2
LGTM with a couple nits

http://codereview.chromium.org/466029/diff/1/2
File webkit/tools/layout_tests/run_webkit_tests.py (right):

http://codereview.chromium.org/466029/diff/1/2#newcode213
webkit/tools/layout_tests/run_webkit_tests.py:213: test_expectations.SKIP)
nit: indent should be 4 spaces here.

http://codereview.chromium.org/466029/diff/1/2#newcode297
webkit/tools/layout_tests/run_webkit_tests.py:297: self._test_files = set(files)
Maybe add some comments here? It's confusing that we set _test_files, then set
it to something different after ParseExpectations. I get it that the point is to
calculate statistics correctly, but I had to stare at this code for a while to
figure that out (and to get that this wasn't actually running skipped tests).

Powered by Google App Engine
This is Rietveld 408576698