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

Issue 13159: Add fuzzy image matching tool for Linux pixel tests (Closed)

Created:
12 years ago by agl
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add fuzzy image matching tool for Linux pixel tests

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressing comments #

Patch Set 3 : Add license block #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -0 lines) Patch
A third_party/fuzzymatch/SConstruct View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/fuzzymatch/fuzzymatch.c View 2 1 chunk +98 lines, -0 lines 0 comments Download
M webkit/tools/layout_tests/layout_package/test_failures.py View 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/tools/layout_tests/run_webkit_tests.py View 1 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
agl
12 years ago (2008-12-05 02:24:39 UTC) #1
Evan Martin
Tony gets this one!
12 years ago (2008-12-05 02:31:25 UTC) #2
tony
I think I'm also missing the .py changes that actually call fuzzymatch? Also, why weren't ...
12 years ago (2008-12-05 02:52:28 UTC) #3
agl
Moved to 3rdparty, added license block and generic SConscript file. http://codereview.chromium.org/13159/diff/1/3 File webkit/tools/layout_tests/layout_package/test_failures.py (right): http://codereview.chromium.org/13159/diff/1/3#newcode207 ...
12 years ago (2008-12-05 18:08:50 UTC) #4
tony
12 years ago (2008-12-05 18:20:34 UTC) #5
LGTM

On 2008/12/05 18:08:50, agl wrote:
> Moved to 3rdparty, added license block and generic SConscript file.
> 
> http://codereview.chromium.org/13159/diff/1/3
> File webkit/tools/layout_tests/layout_package/test_failures.py (right):
> 
> http://codereview.chromium.org/13159/diff/1/3#newcode207
> Line 207: OUT_FILENAMES = ["-actual-win.png", "-expected.png"]
> On 2008/12/05 02:52:28, tony wrote:
> > Will this collide with the regular pixel files?  Maybe -fuzzy should be in
the
> > OUT_FILENAMES?
> 
> These provide the links to the image files - basically the "actual" and
> "expected" links. Since I don't have any better outputs these just link to the
> same images as an image match failure.
> 
> http://codereview.chromium.org/13159/diff/1/4
> File webkit/tools/layout_tests/run_webkit_tests.py (right):
> 
> http://codereview.chromium.org/13159/diff/1/4#newcode43
> Line 43: from test_types import fuzzy_image_diff
> On 2008/12/05 02:52:28, tony wrote:
> > nit: I think this should come before image_diff.
> 
> Done.

Powered by Google App Engine
This is Rietveld 408576698