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

Issue 10926: Place all new baseline files in the most specific platform directory.... (Closed)

Created:
12 years, 1 month ago by Pam (message me for reviews)
Modified:
9 years, 5 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Place all new baseline files in the most specific platform directory. The --new-baseline option no longer takes a directory name. BUG=4408 TEST=try re-baselining a file, make sure results go in the right place Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5524

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -42 lines) Patch
M webkit/tools/layout_tests/layout_package/path_utils.py View 1 chunk +2 lines, -2 lines 1 comment Download
M webkit/tools/layout_tests/run_webkit_tests.py View 3 chunks +10 lines, -12 lines 1 comment Download
M webkit/tools/layout_tests/test_types/image_diff.py View 2 chunks +4 lines, -6 lines 0 comments Download
M webkit/tools/layout_tests/test_types/simplified_text_diff.py View 2 chunks +5 lines, -1 line 0 comments Download
M webkit/tools/layout_tests/test_types/test_type_base.py View 2 chunks +14 lines, -18 lines 0 comments Download
M webkit/tools/layout_tests/test_types/text_diff.py View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Pam (message me for reviews)
12 years, 1 month ago (2008-11-14 02:18:56 UTC) #1
tony
12 years, 1 month ago (2008-11-14 04:45:42 UTC) #2
LGTM, thanks for doing this!

http://codereview.chromium.org/10926/diff/1/7
File webkit/tools/layout_tests/layout_package/path_utils.py (right):

http://codereview.chromium.org/10926/diff/1/7#newcode64
Line 64: PathNotFound if we're unable to find it."""
Nit: This method doesn't actually check to see if the path exists so it won't
raise PathNotFound (unless LayoutDataDir() isn't found).  I would probably just
change the comment.

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

http://codereview.chromium.org/10926/diff/1/2#newcode571
Line 571: "into the platform directory , overwriting "
Nit: space before comma.

Powered by Google App Engine
This is Rietveld 408576698