RESOLVED FIXED 36230
Image_diff.py for layout test is broken if no diff file specified
https://bugs.webkit.org/show_bug.cgi?id=36230
Summary Image_diff.py for layout test is broken if no diff file specified
Victor Wang
Reported 2010-03-17 11:23:44 PDT
In webkitpy/port/base.py, the syntax of command image_diff is wrong if no diff_filename specified. This breaks rebaseline tool.
Attachments
Proposed patch (1.52 KB, patch)
2010-03-17 11:36 PDT, Victor Wang
dglazkov: review+
Victor Wang
Comment 1 2010-03-17 11:36:23 PDT
Created attachment 50928 [details] Proposed patch
Dimitri Glazkov (Google)
Comment 2 2010-03-17 11:39:28 PDT
Comment on attachment 50928 [details] Proposed patch yay!
Victor Wang
Comment 3 2010-03-17 11:45:39 PDT
Dirk Pranke
Comment 4 2010-03-17 14:18:00 PDT
Comment on attachment 50928 [details] Proposed patch I wonder if it would be better to split this into a different routine called compare_images() that compared them but didn't produce an actual diff, just like we have compare_text() and diff_text().
Victor Wang
Comment 5 2010-03-17 15:21:21 PDT
Sounds fine to me. (In reply to comment #4) > (From update of attachment 50928 [details]) > I wonder if it would be better to split this into a different routine called > compare_images() that compared them but didn't produce an actual diff, just > like we have compare_text() and diff_text().
Note You need to log in before you can comment on or make changes to this bug.