Summary: | rebaseline-chromium-webkit-tests: wrong dup detection | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> | ||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | hamaji, morrita, victorw | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Other | ||||||||
OS: | OS X 10.5 | ||||||||
Attachments: |
|
Description
Kent Tamura
2010-07-05 20:22:37 PDT
Created attachment 60583 [details]
Patch
Comment on attachment 60583 [details] Patch http://wkrietveld.appspot.com/41644/diff/1/4 File WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py (right): http://wkrietveld.appspot.com/41644/diff/1/4#newcode119 WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py:119: diff_filename=None, tolerance=None): how about just to pass 0.1 ? http://wkrietveld.appspot.com/41644/diff/1/4#newcode124 WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py:124: # parameter, or make it go away and aways use exact matches. nit: aways -> always Created attachment 60594 [details]
Patch 2
Comment on attachment 60583 [details] Patch http://wkrietveld.appspot.com/41644/diff/1/4 File WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py (right): http://wkrietveld.appspot.com/41644/diff/1/4#newcode119 WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py:119: diff_filename=None, tolerance=None): On 2010/07/06 05:36:56, morrita wrote: > how about just to pass 0.1 ? Sounds good. Done. http://wkrietveld.appspot.com/41644/diff/1/4#newcode124 WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py:124: # parameter, or make it go away and aways use exact matches. On 2010/07/06 05:36:56, morrita wrote: > nit: aways -> always Done. Comment on attachment 60594 [details]
Patch 2
Looks good.
Comment on attachment 60594 [details] Patch 2 Clearing flags on attachment: 60594 Committed r62620: <http://trac.webkit.org/changeset/62620> All reviewed patches have been landed. Closing bug. |